From 1d82a4856a16ac3c9870c2d1dbd61c37b313566b Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 18 Apr 2019 19:32:08 -0400 Subject: [PATCH] mv from root to user to identify lokinet.ini existence. --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index fa61ca2..63d2775 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -392,7 +392,7 @@ function DisplayLokinetConfig() echo '' , PHP_EOL; } - $filename = '/root/.lokinet/lokinet.ini'; + $filename = '/home/pi/.lokinet/lokinet.ini'; if (file_exists($filename)) { echo '' , PHP_EOL;