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