]> git.p6c8.net - jirafeau_project.git/blobdiff - script.php
use scripting interface to send files
[jirafeau_project.git] / script.php
index 8968aac426fd23f82f8ebcaebb4a2f48d520f771..1d11050a7b2ab05a54fb87d9c7ad1a93523793f0 100755 (executable)
@@ -30,19 +30,15 @@ require (JIRAFEAU_ROOT . 'lib/settings.php');
 require (JIRAFEAU_ROOT . 'lib/functions.php');\r
 require (JIRAFEAU_ROOT . 'lib/lang.php');\r
 \r
-if (file_exists (JIRAFEAU_ROOT . 'install.php'))\r
-{\r
-    header('Content-Type: text; charset=utf-8');\r
-    echo "Error";\r
-    exit;\r
-}\r
-\r
  global $script_langages;\r
  $script_langages = array ('bash' => 'Bash');\r
 \r
 if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)\r
 {\r
     require (JIRAFEAU_ROOT . 'lib/template/header.php');\r
+    check_errors ();\r
+    if (has_error ())\r
+        show_errors ();\r
     echo '<div class="info">';\r
     echo '<h2>' . t('Welcome to Jirafeau\'s query interface') . '</h2>';\r
     echo '<p>';\r

patrick-canterino.de