X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/669578f799b33ff1e528460a78cdcbbf3393c9df..a995e194d8f5e997cfc1032389497a9f20b7d7e3:/script.php?ds=sidebyside diff --git a/script.php b/script.php index 396538c..25548e6 100755 --- a/script.php +++ b/script.php @@ -33,6 +33,11 @@ require (JIRAFEAU_ROOT . 'lib/lang.php'); global $script_langages; $script_langages = array ('bash' => 'Bash'); +/* Operations may take a long time. + * Be sure PHP's safe mode is off. + */ + set_time_limit(0); + if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0) { require (JIRAFEAU_ROOT . 'lib/template/header.php');