mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 02:15:56 +00:00
do not generate warning on csrf_token being unassigned
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$csrf_token = $_REQUEST['csrf_token'];
|
@$csrf_token = $_REQUEST['csrf_token'];
|
||||||
|
|
||||||
require_once "functions.php";
|
require_once "functions.php";
|
||||||
require_once "sessions.php";
|
require_once "sessions.php";
|
||||||
|
|||||||
Reference in New Issue
Block a user