From ab1102cb93ce5bd5c11cd7f1c8aee0eff64e2cb3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 28 May 2007 17:41:49 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20augmentation=20du=20d=E9lai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/install/etape2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/etape2.php b/htdocs/install/etape2.php index dd837702292..eaf5238cf41 100644 --- a/htdocs/install/etape2.php +++ b/htdocs/install/etape2.php @@ -41,7 +41,7 @@ $ok = 0; // Ne fonctionne que si on est pas en safe_mode. $err=error_reporting(); error_reporting(0); -@set_time_limit(120); +@set_time_limit(180); error_reporting($err); $setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:'auto');