fix: timeout disable for data creation scripts - where it was missing

This commit is contained in:
Martin Ambrus
2017-10-13 12:17:15 +02:00
parent 2674cd1ae8
commit 3322ef3b59
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -7,6 +7,9 @@
// DO NOT REMOVE COPYRIGHT NOTICE! //
//////////////////////////////////////////////////////////////////////////////////////////////////////
// don't let SQL time out when 30-500 seconds (depending on php.ini) is not enough
@set_time_limit(0);
include("database.php");