From beccaa5778c595c6b0b589f8b8583fb0e93c45e1 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 14:15:25 -0400 Subject: [PATCH] test home dir --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 72c80c6..f00f710 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -374,7 +374,7 @@ function DisplayLokinetConfig(){ if( $lokinetstatus[0] != 0 ) { echo '' , PHP_EOL; } - $filename = 'sudo /root/.lokinet/lokinet.ini'; + $filename = '/home/pi/.lokinet/lokinet.ini'; if ( file_exists($filename)) { echo '' , PHP_EOL; } else {