mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:55:57 +00:00
disable csrf logging
This commit is contained in:
@@ -37,9 +37,6 @@
|
|||||||
|
|
||||||
$csrf_token = $_REQUEST['csrf_token'];
|
$csrf_token = $_REQUEST['csrf_token'];
|
||||||
|
|
||||||
if (!$csrf_token)
|
|
||||||
error_log("[$op/$method] CSRF: [$csrf_token]\n", 3, "/tmp/csrf.log");
|
|
||||||
|
|
||||||
require_once "functions.php";
|
require_once "functions.php";
|
||||||
require_once "sessions.php";
|
require_once "sessions.php";
|
||||||
require_once "sanity_check.php";
|
require_once "sanity_check.php";
|
||||||
|
|||||||
Reference in New Issue
Block a user