This commit is contained in:
towards_a_new_leftypol 2020-12-21 00:00:09 -05:00 committed by towards-a-new-leftypol
parent f75d42d9c4
commit 3e9c52cec4
2 changed files with 5 additions and 2 deletions

View file

@ -498,6 +498,7 @@ function handle_post(){
(!isset($_SERVER['HTTP_REFERER']) || !preg_match($config['referer_match'], rawurldecode($_SERVER['HTTP_REFERER'])))) {
print_err("Missing REFERRER");
print_err($config['referer_match']);
error($config['error']['referer']);
}
@ -531,7 +532,7 @@ function handle_post(){
print_err("Mod block 1 pass");
if (!$post['mod']) {
if (!$post['mod'] && $config['spam']['enabled'] == true) {
$post['antispam_hash'] = checkSpam(
array($board['uri'],
isset($post['thread']) ? $post['thread'] : ($config['try_smarter'] && isset($_POST['page']) ? 0 - (int)$_POST['page'] : null))