1
0
mirror of https://github.com/Circlepuller/Tinyboard.git synced 2025-05-11 16:55:34 +02:00

remove redundant code

This commit is contained in:
Michael Save 2012-03-15 03:15:45 +11:00
parent 9e20b4071f
commit a2ebcfdaba

@ -2,13 +2,6 @@
<?php
require dirname(__FILE__) . '/inc/cli.php';
$mod = Array(
'id' => -1,
'type' => ADMIN,
'username' => '?',
'boards' => Array('*')
);
$start = microtime(true);
echo "== Tinyboard {$config['version']} ==\n";