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;