X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/669578f799b33ff1e528460a78cdcbbf3393c9df..a995e194d8f5e997cfc1032389497a9f20b7d7e3:/admin.php diff --git a/admin.php b/admin.php index bf61e6d..2fd8d29 100755 --- a/admin.php +++ b/admin.php @@ -107,6 +107,11 @@ elseif (!isset ($_SESSION['admin_auth']) || $_SESSION['admin_auth'] != true) exit; } +/* Operations may take a long time. + * Be sure PHP's safe mode is off. + */ + set_time_limit(0); + /* Admin interface. */ require (JIRAFEAU_ROOT . 'lib/template/header.php'); ?>

\ No newline at end of file +?>