Save some more bandwidth

Smogtours is now also hardcoded to have no custom CSS.
This commit is contained in:
Guangcong Luo
2015-07-22 18:12:37 -04:00
parent 95f20d823f
commit 30e9af2706
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
include '../pokemonshowdown.com/config/servers.inc.php';
$server = @$_REQUEST['server'];
if ($server === 'showdown') die();
if ($server === 'showdown' || $server === 'smogtours') die();
if (empty($PokemonServers[$server])) {
header('Content-Type: text/plain; charset=utf-8');
die('server not found');