diff --git a/includes/functions.php b/includes/functions.php
index c44f953..47278fd 100755
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -388,7 +388,7 @@ function DisplayLokinetConfig()
echo '' , PHP_EOL;
}
- $filename = '/usr/local/bin/lokinet.ini';
+ $filename = '/var/lib/lokinet/lokinet.ini';
if (file_exists($filename)) {
echo '' , PHP_EOL;
@@ -653,7 +653,7 @@ function SaveTORAndVPNConfig()
$output";
}
}