do not generate warning on csrf_token being unassigned
This commit is contained in:
parent
31c56e1acb
commit
66b042fcfe
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
$csrf_token = $_REQUEST['csrf_token'];
|
||||
@$csrf_token = $_REQUEST['csrf_token'];
|
||||
|
||||
require_once "functions.php";
|
||||
require_once "sessions.php";
|
||||
|
|
Loading…
Reference in a new issue