mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-01-17 05:18:28 +01:00
Bugfix with antibot
This commit is contained in:
parent
e628931446
commit
918fd85b25
@ -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']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user