Bugfix of show log

This commit is contained in:
root 2016-10-28 19:16:10 +00:00
parent a7df2a144b
commit c2c27b36f4
2 changed files with 2 additions and 1 deletions

View file

@ -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"');

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20161026-1");
define("VERSION", "20161028-1");
?>