1
0
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:
Andrew Dolgov
2012-01-08 23:51:47 +04:00
parent 31c56e1acb
commit 66b042fcfe

View File

@@ -35,7 +35,7 @@
return;
}
$csrf_token = $_REQUEST['csrf_token'];
@$csrf_token = $_REQUEST['csrf_token'];
require_once "functions.php";
require_once "sessions.php";