X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/4c5e2caa3a0fedd86292b213c3bb3aa8c812d8c2..43468e8bcd094f7d1debe7b6f9b5499e0bb8ffe9:/admin.php?ds=sidebyside 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'); -?>