Some users report they need more time

This commit is contained in:
Laurent Destailleur 2013-09-27 11:04:21 +02:00
parent 1f938e6596
commit 4eb4c5f922

View File

@ -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');