forked from leftypol/leftypol
cli.php: include anti-bot.php
This commit is contained in:
parent
d74ba41198
commit
5fd319d112
1 changed files with 1 additions and 2 deletions
|
@ -39,6 +39,7 @@ if(!getenv('TINYBOARD_PATH')) {
|
|||
putenv('TINYBOARD_PATH=' . getcwd());
|
||||
|
||||
require 'inc/bootstrap.php';
|
||||
require 'inc/anti-bot.php';
|
||||
|
||||
$mod = Array(
|
||||
'id' => -1,
|
||||
|
@ -46,5 +47,3 @@ $mod = Array(
|
|||
'username' => '?',
|
||||
'boards' => Array('*')
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue