From c2c27b36f40e08a8360489f4fe8f1f4927cad9ee Mon Sep 17 00:00:00 2001 From: root Date: Fri, 28 Oct 2016 19:16:10 +0000 Subject: [PATCH] Bugfix of show log --- scripts/log.php | 1 + version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/log.php b/scripts/log.php index 385724a..3e751a7 100644 --- a/scripts/log.php +++ b/scripts/log.php @@ -8,6 +8,7 @@ $start = $time; include "../config/config.php"; include "../include/tools.php"; include "../include/functions.php"; +include "../include/init.php"; if (!isset($_SERVER['PHP_AUTH_USER'])) { header('WWW-Authenticate: Basic realm="Dashboard"'); diff --git a/version.php b/version.php index f5ec75a..6bed1cd 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@