From 2dd24177f1c1357ed164c76dce8792e6e4aed7e8 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 00:58:41 -0400 Subject: [PATCH] rename link to lokinet.ini --- includes/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 9b67d42..8fad035 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 { @@ -616,7 +616,7 @@ function SaveTORAndVPNConfig(){ /dev/null &', $return); + exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return); ?>
@@ -625,7 +625,7 @@ function SaveTORAndVPNConfig(){ /dev/null &', $return); + exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return); ?>