diff --git a/htdocs/install/etape2.php b/htdocs/install/etape2.php index 73ce41d7087de57d4361a5c004b2d4d8218183e7..0a8c662b0b8e2c12ff2e727647e14a67f8ce4705 100644 --- a/htdocs/install/etape2.php +++ b/htdocs/install/etape2.php @@ -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');