Skip to content
Snippets Groups Projects
Commit 5486e969 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Incresae timeout

parent 9cb7fec6
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ $ok = 0;
$err=error_reporting();
error_reporting(0); // Disable all errors
//error_reporting(E_ALL);
@set_time_limit(240);
@set_time_limit(300); // Need more than 240 on Windows 7/64
error_reporting($err);
$setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:'auto');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment