added INSTALL (german installation manual) and started with crypt()ing
[aymargeddon/current.git] / src / FROGS / Config.pm
index 6ac0bef..35b79d0 100644 (file)
@@ -39,7 +39,7 @@ $::conf = {
           -GAME_NAME => 'Aymargeddon',
           -DEFAULT_LANGUAGE => 'EN',
           -LOG_TIME_IN_LOOP => 1000, # loops until next time output in log
-          -DEBUG => 1,
+          -DEBUG => 2,
           -EPL_DEBUG => 2,
           -MESSAGE_IN_LOG => 0,
           -FULL_DEBUG_FILE => '/home/benni/aymargeddon/current/src/FROGS/+out',
@@ -200,7 +200,7 @@ while(<CONFIG>){
   next if /^\s*\#.*$/;
   $::conf->{-DB_PASSWD} = $_;
 }
-print  $::conf->{-DB_PASSWD};
+
 close CONFIG or die "could not close config file $conf: $!\n";
 
 1;