mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove debug output
This commit is contained in:
parent
23c3ccb6b6
commit
56143f06c2
@ -39,7 +39,6 @@ if(!$nocsrf) {
|
||||
csrf_conf('rewrite-js', '/csrf/csrf-magic.js');
|
||||
$timeout_minutes = isset($config['system']['webgui']['session_timeout']) ? $config['system']['webgui']['session_timeout'] : 240;
|
||||
csrf_conf('expires', $timeout_minutes * 60);
|
||||
echo $GLOBALS['csrf']['expires'];
|
||||
}
|
||||
require_once("csrf/csrf-magic.php");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user