forked from leftypol/leftypol
optimization: we don`t need bans.php most of the time and bans.php has big dependencies
This commit is contained in:
parent
cbbebcd20c
commit
34eeaccea9
3 changed files with 7 additions and 6 deletions
7
mod.php
7
mod.php
|
@ -4,9 +4,10 @@
|
|||
* Copyright (c) 2010-2014 Tinyboard Development Group
|
||||
*/
|
||||
|
||||
require 'inc/functions.php';
|
||||
require 'inc/mod/pages.php';
|
||||
require 'inc/mod/auth.php';
|
||||
require_once 'inc/functions.php';
|
||||
require_once 'inc/bans.php';
|
||||
require_once 'inc/mod/pages.php';
|
||||
require_once 'inc/mod/auth.php';
|
||||
|
||||
if ($config['debug'])
|
||||
$parse_start_time = microtime(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue