X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/4c5e2caa3a0fedd86292b213c3bb3aa8c812d8c2..ca6b1d4230fe17511975e0a5c2faf7853734ea24:/admin.php diff --git a/admin.php b/admin.php index 837686e..2cad589 100644 --- a/admin.php +++ b/admin.php @@ -123,13 +123,13 @@ if (!isset ($_SESSION['admin_auth']) || $_SESSION['admin_auth'] != true) /* Remove errors. */ @error_reporting(0); -/* Admin interface. */ -require (JIRAFEAU_ROOT . 'lib/template/header.php'); -?>

+ require (JIRAFEAU_ROOT . 'lib/template/header.php'); + ?>

@@ -148,7 +148,7 @@ require (JIRAFEAU_ROOT . 'lib/template/header.php');
- + @@ -277,6 +277,7 @@ if (isset ($_POST['action'])) $l['file_name'] . '"'); if (file_exists(VAR_FILES . $p . $l['md5'])) readfile (VAR_FILES . $p . $l['md5']); + exit; } }