Browse Source

tools/rebuild.php: fix for bans.php not included by default and public_banlist

pull/40/head
czaks 9 years ago
parent
commit
aadbf4852f
  1. 2
      tools/rebuild.php

2
tools/rebuild.php

@ -21,6 +21,8 @@
require dirname(__FILE__) . '/inc/cli.php';
require_once("inc/bans.php");
$start = microtime(true);
// parse command line

Loading…
Cancel
Save