From ad15e7ae28d4e861e12e9166986d6ce14b653a8b Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 21 Mar 2019 01:24:38 -0400 Subject: [PATCH] rooot/.lokinet/lokinet.ini --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 6973d27..817068a 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -382,7 +382,7 @@ function DisplayLokinetConfig(){ } else { echo '' , PHP_EOL; }; - $filename = '/home/pi/.lokinet/lokinet.ini'; + $filename = '/root/.lokinet/lokinet.ini'; if (!file_exists($filename)) { echo '' , PHP_EOL; } else {