From 83d6ef2adf90a6de6997e4993d08867fd4f1f7ac Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 9 Jul 2007 07:38:04 +0000 Subject: [PATCH] Fix: augmentation du temps d'execution --- htdocs/install/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php index 0c451f7cafd..d51a290a790 100644 --- a/htdocs/install/upgrade.php +++ b/htdocs/install/upgrade.php @@ -42,7 +42,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(120); error_reporting($err); $setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:'auto');