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