From 041d3b6ae05f51acf29eae60dcbeabc19151212f Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 13:19:10 -0400 Subject: [PATCH] remove array --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index dd2d963..7836e70 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -336,7 +336,7 @@ function DisplayLokinetConfig(){ } else { $status = '
Lokinet is running
'; - } +/* } $arrConfig = array(); foreach( $return as $a ) { if( $a[0] != "#" ) { @@ -344,7 +344,7 @@ function DisplayLokinetConfig(){ $arrConfig[$arrLine[0]]=$arrLine[1]; } } - +*/ ?>