Some users report they need more time
This commit is contained in:
parent
1f938e6596
commit
4eb4c5f922
@ -35,7 +35,7 @@ $ok = 0;
|
||||
$err=error_reporting();
|
||||
error_reporting(0); // Disable all errors
|
||||
//error_reporting(E_ALL);
|
||||
@set_time_limit(300); // Need more than 240 on Windows 7/64
|
||||
@set_time_limit(900); // Need 900 on some OS like Windows 7/64
|
||||
error_reporting($err);
|
||||
|
||||
$action=GETPOST('action');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user