X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/fd3aaad433fe7e041f85752a727bb14b8865dc31..refs/merge-requests/45/head:/admin.php diff --git a/admin.php b/admin.php index 17189da..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;