Archived
1
0
Fork 0

Rename helper script

Renamed a script so it would be obvious it's a helper script.
This commit is contained in:
Alexander Yakovlev 2019-04-07 16:12:54 +07:00
parent 90a0093d18
commit 07fd2f03f0
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3
2 changed files with 1 additions and 1 deletions

View file

@ -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();