]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - script.php
Fix some bugs due to PHP's max_execution_time
[jirafeau_mojo42.git] / script.php
index 396538ccc0a86ad9060680b3eac5dd264b482fbd..25548e6031ebe9eb546cb292ff3608e00a3a1056 100755 (executable)
@@ -33,6 +33,11 @@ require (JIRAFEAU_ROOT . 'lib/lang.php');
  global $script_langages;\r
  $script_langages = array ('bash' => 'Bash');\r
 \r
+/* Operations may take a long time.\r
+ * Be sure PHP's safe mode is off.\r
+ */\r
+ set_time_limit(0);\r
+\r
 if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)\r
 {\r
     require (JIRAFEAU_ROOT . 'lib/template/header.php');\r

patrick-canterino.de