1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 07:50:23 +01:00

Update 8chan-mod-pages.php

This commit is contained in:
blahblah666 2015-01-28 23:37:33 -08:00
parent aa3885ddf2
commit 52b72c0ee2

View File

@ -577,6 +577,7 @@ EOT;
// be smarter about rebuilds...only some changes really require us to rebuild all threads // be smarter about rebuilds...only some changes really require us to rebuild all threads
if ($_config['captcha']['enabled'] != $config['captcha']['enabled'] if ($_config['captcha']['enabled'] != $config['captcha']['enabled']
|| $_config['new_thread_capt'] != $config['new_tread_capt'] /*New thread captcha - if toggling "enable captcha" requires this, toggling new thread capt does too, I guess.*/
|| $_config['captcha']['extra'] != $config['captcha']['extra'] || $_config['captcha']['extra'] != $config['captcha']['extra']
|| $_config['blotter'] != $config['blotter'] || $_config['blotter'] != $config['blotter']
|| $_config['field_disable_name'] != $config['field_disable_name'] || $_config['field_disable_name'] != $config['field_disable_name']