Skripta za izvoz statistike aplikacije - povecan max execution time

This commit is contained in:
pero1203 2021-09-13 09:21:16 +02:00
parent 841f1fed7d
commit 06729bff60
3 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,9 @@
*/ */
ini_set('max_execution_time', 3600); // 60 minutes
include_once('../../function.php'); include_once('../../function.php');

View File

@ -7,6 +7,9 @@
*/ */
ini_set('max_execution_time', 3600); // 60 minutes
include_once('../../function.php'); include_once('../../function.php');

View File

@ -7,6 +7,9 @@
*/ */
ini_set('max_execution_time', 3600); // 60 minutes
include_once('../../function.php'); include_once('../../function.php');