Small fixes

This commit is contained in:
Wruczek
2019-04-22 17:40:39 +02:00
parent ad2296e74e
commit 2d6c91f809
3 changed files with 30 additions and 9 deletions

View File

@@ -1,15 +1,12 @@
<?php
use Latte\Runtime\Html;
use Wruczek\PhpFileCache\PhpFileCache;
use Wruczek\TSWebsite\CacheManager;
use Wruczek\TSWebsite\Utils\TemplateUtils;
use Wruczek\TSWebsite\Utils\Utils;
require_once __DIR__ . "/private/php/load.php";
$cache = new PhpFileCache(__CACHE_DIR, "banspage");
$banlist = CacheManager::i()->getBanList();
$data = null;
$ipbanned = false;