summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-26 12:04:17 +0400
committerAndrew Dolgov <[email protected]>2011-12-26 12:04:17 +0400
commit7a5d9b95c4298660c282dc8879d057e6269d2521 (patch)
treeae6943e6f3c81b2c40b6acb1fa694b3cfc90d806 /backend.php
parent8484ce22584b8714622833adcc7ebfe3ef9cf90e (diff)
disable csrf logging
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 2e4da500f..3b1208f31 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";