Bugfix of show log
This commit is contained in:
parent
a7df2a144b
commit
c2c27b36f4
2 changed files with 2 additions and 1 deletions
|
@ -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"');
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
define("VERSION", "20161026-1");
|
||||
define("VERSION", "20161028-1");
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue