From d58d46e507cc0d2b274d6f12a5b0045a957f4569 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 21 Jan 2006 15:05:53 +0000 Subject: [PATCH] =?UTF-8?q?On=20augmente=20d=E9lai=20pour=20creation=20obj?= =?UTF-8?q?ets=20car=20insuffisant=20sur=20windows=20lent?= 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 3c3d9e53b76..3d04c1df976 100644 --- a/htdocs/install/etape2.php +++ b/htdocs/install/etape2.php @@ -36,7 +36,7 @@ $ok = 0; // Ne fonctionne que si on est pas en safe_mode. $err=error_reporting(); error_reporting(0); -set_time_limit(60); +set_time_limit(90); error_reporting($err); $setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:'auto');