From 4dabcad2a104681668cf2702254def98b4739fac Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Fri, 12 May 2017 09:54:21 +0200 Subject: [PATCH] v2.3.7 --- dashboard/changes.txt | 8 ++++++++ dashboard/index.php | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/dashboard/changes.txt b/dashboard/changes.txt index 2da05ec..727e0b5 100755 --- a/dashboard/changes.txt +++ b/dashboard/changes.txt @@ -1,3 +1,11 @@ +xlx db v2.3.7 + +add background button color change on active page. + +- "config.inc.php" +- "layout.css" +- "index.php" + xlx db v2.3.6 add xlx reflector version to calling home. diff --git a/dashboard/index.php b/dashboard/index.php index 28dd694..6509be5 100755 --- a/dashboard/index.php +++ b/dashboard/index.php @@ -106,6 +106,8 @@ else { } '; } + + if (!isset($_GET['show'])) $_GET['show'] = ""; ?> @@ -116,7 +118,7 @@ else { @@ -133,7 +135,6 @@ else { } } - if (!isset($_GET['show'])) $_GET['show'] = ""; switch ($_GET['show']) { case 'users' : require_once("./pgs/users.php"); break; case 'repeaters' : require_once("./pgs/repeaters.php"); break;