Move loading of new files to the init file

This commit is contained in:
pxgamer
2018-10-20 18:04:33 +01:00
parent 5bbbca15a9
commit ca9e95e7af
2 changed files with 3 additions and 2 deletions

View File

@@ -60,8 +60,7 @@ if ($arg != "microsanity") {
sleep(3);
}
require_once("include/init.inc.php");
require_once __DIR__.'/include/InitialPeers.php';
require_once __DIR__.'/include/init.inc.php';
if ($argv[1]=="dev") {
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE);