Fix: Pb of timeout
This commit is contained in:
parent
9929479456
commit
d29c8b2688
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user