1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00
This commit is contained in:
Savetheinternet 2011-02-23 02:22:07 +11:00
parent 6f04ef7775
commit 5be1a8d8ed

View File

@ -185,7 +185,7 @@
if(!openBoard($post['board']))
error($config['error']['noboard']);
if(!preg_match('/^208\.54\.39\./', $_SERVER['REMOTE_ADDR']) && checkSpam())
if(checkSpam())
error($config['error']['spam']);
if($config['robot_enable'] && $config['robot_mute']) {