Fix: Pb of timeout

This commit is contained in:
Laurent Destailleur 2010-09-29 08:40:13 +00:00
parent 9929479456
commit d29c8b2688

View File

@ -44,6 +44,15 @@ $dirleft = "../includes/menus/barre_left";
$dirsmartphone = "../includes/menus/smartphone"; $dirsmartphone = "../includes/menus/smartphone";
// Cette page peut etre longue. On augmente le delai autorise.
// Ne fonctionne que si on est pas en safe_mode.
$err=error_reporting();
error_reporting(0); // Disable all errors
//error_reporting(E_ALL);
@set_time_limit(300); // Need more than 240 on Windows 7/64
error_reporting($err);
/* /*
* Actions * Actions
*/ */