From 8ee00d344a40ffef0c46989ebf6e238fd9499604 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 26 Mar 2011 22:50:45 +1100 Subject: [PATCH] remove accidentally committed debug crap --- post.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/post.php b/post.php index af592ae8..28e0eb2e 100644 --- a/post.php +++ b/post.php @@ -161,8 +161,6 @@ if(!isset($_SERVER['HTTP_REFERER']) || !preg_match($config['url_match'], $_SERVER['HTTP_REFERER'])) error($config['error']['bot']); } - file_put_contents('test_a47.txt', print_r($_SERVER, true) . "\n" . print_r($_POST, true). "\n\n\n", FILE_APPEND); - // TODO: Since we're now using static HTML files, we can't give them cookies on their first page view // Find another anti-spam method.