mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-17 23:57:18 +00:00
Fix CVE-2023-36994
This commit is contained in:
@@ -12,6 +12,10 @@
|
|||||||
// don't let SQL time out when 30-500 seconds (depending on php.ini) is not enough
|
// don't let SQL time out when 30-500 seconds (depending on php.ini) is not enough
|
||||||
@set_time_limit(0);
|
@set_time_limit(0);
|
||||||
|
|
||||||
|
if (file_exists("../var/installed")) {
|
||||||
|
die("<span class='f18 c5'>ERROR!</span><br />Installation appears to have been completed.<br />If this is an error remove /var/installed file in install directory.");
|
||||||
|
}
|
||||||
|
|
||||||
class Process {
|
class Process {
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
|
|||||||
Reference in New Issue
Block a user