Changeset 6

Show
Ignore:
Timestamp:
06/06/06 13:49:33 (2 years ago)
Author:
malte
Message:

"include engine/lib & Apache::HTpasswd & Apache::HTgroup"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/engine/vhcs2_common_code.pl

    r3 r6  
    3131 
    3232BEGIN { 
     33 
     34        use lib "./lib"; 
    3335     
    3436    my @needed = (strict,  
    3537                  warnings,  
    36                   IO::Socket,  
     38                  IO::Socket, 
     39                  Apache::HTgroup,  
     40                  Apache::HTpasswd, 
    3741                  DBI,  
    3842                  DBD::mysql,