disable csrf logging

This commit is contained in:
Andrew Dolgov 2011-12-26 12:04:17 +04:00
parent 8484ce2258
commit 7a5d9b95c4
1 changed files with 0 additions and 3 deletions

View File

@ -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";