optimization: we don`t need bans.php most of the time and bans.php has big dependencies

This commit is contained in:
czaks 2015-04-05 16:31:20 +02:00
parent cbbebcd20c
commit 34eeaccea9
3 changed files with 7 additions and 6 deletions

View file

@ -3,8 +3,9 @@
* Copyright (c) 2010-2014 Tinyboard Development Group
*/
require 'inc/functions.php';
require 'inc/anti-bot.php';
require_once 'inc/functions.php';
require_once 'inc/anti-bot.php';
require_once 'inc/bans.php';
// Fix for magic quotes
if (get_magic_quotes_gpc()) {