mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Enforce session establishment.
This commit is contained in:
parent
9fbb35996f
commit
de4333babb
@ -39,6 +39,8 @@
|
||||
##|*MATCH=graph_cpu.php*
|
||||
##|-PRIV
|
||||
|
||||
require_once("guiconfig.inc");
|
||||
|
||||
header("Last-Modified: " . gmdate( "D, j M Y H:i:s" ) . " GMT" );
|
||||
header("Expires: " . gmdate( "D, j M Y H:i:s", time() ) . " GMT" );
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate" ); // HTTP/1.1
|
||||
|
||||
@ -35,7 +35,8 @@
|
||||
##|*MATCH=stats.php*
|
||||
##|-PRIV
|
||||
|
||||
require("includes/functions.inc.php");
|
||||
require_once("guiconfig.inc");
|
||||
require_once("includes/functions.inc.php");
|
||||
|
||||
$cpu = cpu_usage();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user