mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Unbreak AJAX
This commit is contained in:
parent
c895ab7b9d
commit
fafd303ea9
@ -34,6 +34,9 @@
|
||||
|
||||
/* Include authentication routines */
|
||||
/* THIS MUST BE ABOVE ALL OTHER CODE */
|
||||
function csrf_startup() {
|
||||
csrf_conf('rewrite-js', '/csrf/csrf-magic.js');
|
||||
}
|
||||
require_once("csrf/csrf-magic.php");
|
||||
require_once("authgui.inc");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user