forked from leftypol/leftypol
remove accidentally committed debug crap
This commit is contained in:
parent
d40c6aefc6
commit
8ee00d344a
1 changed files with 0 additions and 2 deletions
2
post.php
2
post.php
|
@ -161,8 +161,6 @@
|
||||||
if(!isset($_SERVER['HTTP_REFERER']) || !preg_match($config['url_match'], $_SERVER['HTTP_REFERER'])) error($config['error']['bot']);
|
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
|
// 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.
|
// Find another anti-spam method.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue