From f3838c8b178852db984fb9be279ec78fd2386800 Mon Sep 17 00:00:00 2001 From: Albirew Date: Sun, 22 Jul 2018 00:02:09 +0200 Subject: [PATCH] admin panel code cleanup removed unused comment added log viewer in admin menu logs page arrangement MOAR PRAGMA NO-CACHE --- admin/include/head.php | 5 +++-- admin/log.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/admin/include/head.php b/admin/include/head.php index 2d99cc6..d7039ab 100644 --- a/admin/include/head.php +++ b/admin/include/head.php @@ -15,10 +15,11 @@ |############################################################| |############################################################| |###########_____SITE V3 - POLE DEVELOPPEMENT_____###########| - --> + + Hardcore Hentai Heaquarter V3 - ADMIN @@ -26,7 +27,6 @@ - @@ -59,5 +59,6 @@ Les commentaires de news Les commentaires de projets + \ No newline at end of file diff --git a/admin/log.php b/admin/log.php index cc396b7..b9338f0 100644 --- a/admin/log.php +++ b/admin/log.php @@ -2,7 +2,7 @@ header("Pragma: no-cache"); include 'include/head.php'; -echo '
';
+echo '
';
 readfile('/srv/hhh-world/logs/www-error.log');
 echo '
';