Change anti-CSRF security token lifetime to be session-based
[squirrelmail.git] / plugins / administrator / options.php
index 170e1f6a634b68afc8e8f6364cc9a7e17edf5700..1bfaf784cd37a826269827e8a53324e2f433a73a 100644 (file)
@@ -620,6 +620,8 @@ echo '<tr bgcolor="'.$color[5].'"><th colspan="2"><input value="'.
     Write the options to the file.
 */
 
+// Test/debug
+// $cfgfile = '/tmp/config.php';
 if ( $fp = @fopen( $cfgfile, 'w' ) ) {
     fwrite( $fp, "<?php\n".
     "/**\n".