diff --git a/dashboard/pgs/config.inc.php b/dashboard/pgs/config.inc.php index 2616de8..970671c 100755 --- a/dashboard/pgs/config.inc.php +++ b/dashboard/pgs/config.inc.php @@ -17,7 +17,7 @@ $VNStat = array(); $PageOptions['ContactEmail'] = 'your_email'; // Support E-Mail address -$PageOptions['DashboardVersion'] = '2.3.9'; // Dashboard Version +$PageOptions['DashboardVersion'] = '2.4.0'; // Dashboard Version $PageOptions['PageRefreshActive'] = true; // Activate automatic refresh $PageOptions['PageRefreshDelay'] = '10000'; // Page refresh time in miliseconds @@ -49,6 +49,8 @@ $PageOptions['MetaRobots'] = 'index,follow'; // $PageOptions['UserPage']['ShowFilter'] = true; // Show Filter on Users page $PageOptions['Traffic']['Show'] = false; // Enable vnstat traffic statistics +$PageOptions['CustomTXT'] = ''; // custom text in your header + $Service['PIDFile'] = '/var/log/xlxd.pid'; $Service['XMLFile'] = '/var/log/xlxd.xml'; @@ -77,4 +79,4 @@ if (file_exists("../config.inc.php")) { include ("../config.inc.php"); } -?> \ No newline at end of file +?>