mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
tools/rebuild.php: fix for bans.php not included by default and public_banlist
This commit is contained in:
parent
dc2928a14d
commit
aadbf4852f
@ -21,6 +21,8 @@
|
||||
|
||||
require dirname(__FILE__) . '/inc/cli.php';
|
||||
|
||||
require_once("inc/bans.php");
|
||||
|
||||
$start = microtime(true);
|
||||
|
||||
// parse command line
|
||||
|
Loading…
Reference in New Issue
Block a user