X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/696a8686ac7df1aa4b6411f1ffc48d816ea6dae3..d1ee60f610d6208a6acba1548bd18de774c7de79:/admin.php?ds=sidebyside diff --git a/admin.php b/admin.php index 837686e..cad427c 100644 --- a/admin.php +++ b/admin.php @@ -123,12 +123,12 @@ if (!isset ($_SESSION['admin_auth']) || $_SESSION['admin_auth'] != true) /* Remove errors. */ @error_reporting(0); -/* Admin interface. */ -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; } }