From 6d5055a927829b688ed5aa716a0e0720c948d04b Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Mon, 15 Jan 2018 12:14:59 +0100 Subject: [PATCH] bugfix apache2: PHP Notice: Undefined index: Locale in /var/www/db/index.php on line 15 --- dashboard/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/dashboard/index.php b/dashboard/index.php index f64d1ab..a71586a 100755 --- a/dashboard/index.php +++ b/dashboard/index.php @@ -12,8 +12,6 @@ if (!class_exists('Station')) require_once("./pgs/class.station.php"); if (!class_exists('Peer')) require_once("./pgs/class.peer.php"); if (!class_exists('Interlink')) require_once("./pgs/class.interlink.php"); -setlocale(LC_ALL, $VNStat['Locale']); - $Reflector = new xReflector(); $Reflector->SetFlagFile("./pgs/country.csv"); $Reflector->SetPIDFile($Service['PIDFile']);