X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/89d002baaa196b21ac4d4072e21e7451c47a2355..b8f28b533ea09f505d2215f798eb8c1442c01364:/admin.php
diff --git a/admin.php b/admin.php
index 230c512..bee8e1f 100644
--- a/admin.php
+++ b/admin.php
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
-
+session_start();
define('JIRAFEAU_ROOT', dirname(__FILE__) . '/');
require(JIRAFEAU_ROOT . 'lib/settings.php');
@@ -52,9 +52,6 @@ if (php_sapi_name() == "cli") {
exit;
}
- /* Check session. */
- session_start();
-
/* Unlog if asked. */
if (isset($_POST['action']) && (strcmp($_POST['action'], 'logout') == 0)) {
$_SESSION['admin_auth'] = false;
@@ -78,7 +75,7 @@ if (php_sapi_name() == "cli") {
elseif ((!isset($_SESSION['admin_auth']) || $_SESSION['admin_auth'] != true)
&& empty($cfg['admin_http_auth_user'])) {
require(JIRAFEAU_ROOT . 'lib/template/header.php'); ?>
-