mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: disable PHP script time limit during installation
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
// don't let SQL time out when 30-500 seconds (depending on php.ini) is not enough
|
||||
@set_time_limit(0);
|
||||
|
||||
if(file_exists("include/constant.php")) {
|
||||
include ("include/database.php");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user