From d329c2d3121897393e589e74ab478fea6aedcfcd Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 14:14:00 -0400 Subject: [PATCH] file test --- includes/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 311721d..72c80c6 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -371,11 +371,11 @@ function DisplayLokinetConfig(){ if( $lokinetstatus[0] == 0 ) { echo '' , PHP_EOL; } - if($lokinetstatus[0] != 0 ) { + if( $lokinetstatus[0] != 0 ) { echo '' , PHP_EOL; } - $filename = '/root/.lokinet/lokinet.ini'; - if (file_exists($filename)) { + $filename = 'sudo /root/.lokinet/lokinet.ini'; + if ( file_exists($filename)) { echo '' , PHP_EOL; } else { echo '' , PHP_EOL;