Bugfix with antibot

This commit is contained in:
Daniel Saunders 2018-11-23 02:48:44 -05:00
parent e628931446
commit 918fd85b25

View File

@ -1628,7 +1628,7 @@ function buildIndex($global_api = "yes") {
global $board, $config, $build_pages;
$pages = getPages();
if ($config['try_smarter'])
if (!$config['try_smarter'])
$antibot = create_antibot($board['uri']);
if ($config['api']['enabled']) {