X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/bbc830990c1a38deceae30553dd1f08def3a1c92..8d0d50765bc4cd7b98fc28dbccbf4284d034d466:/admin.php diff --git a/admin.php b/admin.php index 56db0e5..5ae2d6e 100755 --- a/admin.php +++ b/admin.php @@ -110,7 +110,9 @@ elseif (!isset ($_SESSION['admin_auth']) || $_SESSION['admin_auth'] != true) /* Operations may take a long time. * Be sure PHP's safe mode is off. */ - set_time_limit(0); +@set_time_limit(0); +/* Remove errors. */ +@error_reporting(0); /* Admin interface. */ require (JIRAFEAU_ROOT . 'lib/template/header.php');