From: Andrew Dolgov Date: Mon, 26 Dec 2011 08:04:17 +0000 (+0400) Subject: disable csrf logging X-Git-Tag: 1.5.9~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7a5d9b95c4298660c282dc8879d057e6269d2521;p=tt-rss.git disable csrf logging --- diff --git a/backend.php b/backend.php index 2e4da500..3b1208f3 100644 --- a/backend.php +++ b/backend.php @@ -37,9 +37,6 @@ $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 "sessions.php"; require_once "sanity_check.php";