From dcb366618ce06122e7ad6eb867403dcdf5c54183 Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Fri, 5 May 2017 12:27:19 +0200 Subject: [PATCH] v 2.3.6 --- dashboard/pgs/class.reflector.php | 1 + dashboard/pgs/config.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/pgs/class.reflector.php b/dashboard/pgs/class.reflector.php index 6933dfc..bb4c848 100755 --- a/dashboard/pgs/class.reflector.php +++ b/dashboard/pgs/class.reflector.php @@ -418,6 +418,7 @@ class xReflector { '.$this->CallingHomeCountry.' '.$this->CallingHomeComment.' '.$this->CallingHomeOverrideIP.' + '.$this->Version.' '; } diff --git a/dashboard/pgs/config.inc.php b/dashboard/pgs/config.inc.php index 517de89..34bd8c4 100755 --- a/dashboard/pgs/config.inc.php +++ b/dashboard/pgs/config.inc.php @@ -16,7 +16,7 @@ $PageOptions = array(); $PageOptions['ContactEmail'] = 'your_email'; // Support E-Mail address -$PageOptions['DashboardVersion'] = '2.3.5'; // Dashboard Version +$PageOptions['DashboardVersion'] = '2.3.6'; // Dashboard Version $PageOptions['PageRefreshActive'] = true; // Activate automatic refresh $PageOptions['PageRefreshDelay'] = '10000'; // Page refresh time in miliseconds