@@ -489,8 +489,7 @@ fwrite( $fp, "<?PHP\n".
"/**\n".
" * SquirrelMail Configuration File\n".
" * Created using the Administrator Plugin\n".
- " */\n".
- "GLOBAL \$version;\n" );
+ " */\n" );
/*
fwrite( $fp, 'GLOBAL ' );
@@ -11,10 +11,7 @@
*/
chdir('..');
-
- session_start();
- require_once('../config/config.php');
+ require_once('../src/validate.php');
require_once('../functions/strings.php');
require_once('../functions/page_header.php');
require_once('../functions/display_messages.php');