1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2015-02-10 18:12:48 +07:00
parent a8236a1815
commit efe731ec1b

View file

@ -164,6 +164,7 @@ class ModuleTools extends Module
$sContent = fread($file, 1024 * 100);
echo $sContent;
}
Engine::getInstance()->Shutdown();
exit(0);
}
return false;