X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/18c82ef56dce9c9eb30b0f2318024d320d878a47..1ad5db219b4e3c8e919546a497cf64236a31c214:/index.php diff --git a/index.php b/index.php old mode 100644 new mode 100755 index 554afc7..9b2e4f6 --- a/index.php +++ b/index.php @@ -1,7 +1,9 @@ + * Copyright (C) 2013 + * Jerome Jutteau + * Jimmy Beauvois * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -18,7 +20,7 @@ */ define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/'); -require (JIRAFEAU_ROOT . 'lib/config.php'); +require (JIRAFEAU_ROOT . 'lib/config.original.php'); require (JIRAFEAU_ROOT . 'lib/settings.php'); require (JIRAFEAU_ROOT . 'lib/functions.php'); require (JIRAFEAU_ROOT . 'lib/lang.php'); @@ -26,8 +28,11 @@ require (JIRAFEAU_ROOT . 'lib/template/header.php'); check_errors (); if (has_error ()) +{ show_errors (); - + require (JIRAFEAU_ROOT . 'lib/template/footer.php'); + exit; +} ?>

@@ -56,8 +61,9 @@ if (has_error ())

+
- : +

-

- -

-

- -

+
@@ -98,13 +94,27 @@ if (has_error ()) +

+

+ +

-
+
+