From 34ad5c0a55b9c73b0e3c92549a767f22a688ead8 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 01:00:19 -0400 Subject: [PATCH] test true --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 8fad035..9c39626 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -382,7 +382,7 @@ function DisplayLokinetConfig(){ if ($lokinetstatus[0] != 0 ) { echo '' , PHP_EOL; } - $filename = '/root/ .lokinet/lokinet.ini'; + $filename = '/root/.lokinet/lokinet.ini'; if (file_exists($filename)) { echo '' , PHP_EOL; } else {