diff --git a/download.php b/_download.php similarity index 100% rename from download.php rename to _download.php diff --git a/bot.php b/bot.php index 83fa178..a7574ef 100755 --- a/bot.php +++ b/bot.php @@ -31,7 +31,7 @@ define('FORMAT',$config['FORMAT']); require_once "Game.php"; require_once "Source.php"; -require_once "download.php"; +require_once "_download.php"; $loader = new \Aura\Autoload\Loader; $loader->register();