diff options
author | Git <git@what.cd> | 2013-04-30 18:18:07 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2013-04-30 18:18:07 +0000 |
commit | b055e9c6f1189ea4f2b9649de1ce63548d2d1b2b (patch) | |
tree | cf5b4d9bf8b985adfb6923b737dc3929c0f66727 /classes/script_start.php | |
parent | 0a565870d9727b0913e9ec0775380d786fde418d (diff) | |
download | Gazelle-b055e9c6f1189ea4f2b9649de1ce63548d2d1b2b.zip Gazelle-b055e9c6f1189ea4f2b9649de1ce63548d2d1b2b.tar.gz Gazelle-b055e9c6f1189ea4f2b9649de1ce63548d2d1b2b.tar.bz2 |
Empty commit
Diffstat (limited to 'classes/script_start.php')
-rw-r--r-- | classes/script_start.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/script_start.php b/classes/script_start.php index da6f05f..ce7af93 100644 --- a/classes/script_start.php +++ b/classes/script_start.php @@ -10,7 +10,6 @@ /*------------------------------------------------------*/ /********************************************************/ require 'config.php'; //The config contains all site wide configuration information - //Deal with dumbasses if (isset($_REQUEST['info_hash']) && isset($_REQUEST['peer_id'])) { die('d14:failure reason40:Invalid .torrent, try downloading again.e'); } @@ -435,8 +434,6 @@ $Debug->set_flag('ending function definitions'); $Document = basename(parse_url($_SERVER['SCRIPT_FILENAME'], PHP_URL_PATH), '.php'); if (!preg_match('/^[a-z0-9]+$/i', $Document)) { error(404); } - - require(SERVER_ROOT.'/sections/'.$Document.'/index.php'); $Debug->set_flag('completed module execution'); |