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());
|
putenv('TINYBOARD_PATH=' . getcwd());
|
||||||
|
|
||||||
require 'inc/bootstrap.php';
|
require 'inc/bootstrap.php';
|
||||||
|
require 'inc/anti-bot.php';
|
||||||
|
|
||||||
$mod = Array(
|
$mod = Array(
|
||||||
'id' => -1,
|
'id' => -1,
|
||||||
|
@ -46,5 +47,3 @@ $mod = Array(
|
||||||
'username' => '?',
|
'username' => '?',
|
||||||
'boards' => Array('*')
|
'boards' => Array('*')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue