mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Statistik Load TimeLimit auf 600 gesetzt
Default Parameter bei Statistik aktualisiert
This commit is contained in:
@@ -512,7 +512,7 @@ class statistik extends basis_db
|
||||
$this->csv='';
|
||||
$this->json=array();
|
||||
$this->countRows=0;
|
||||
set_time_limit(120);
|
||||
set_time_limit(600);
|
||||
|
||||
if($this->sql!='')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user