diff --git a/includes/functions.php b/includes/functions.php index 6726a48..ad5e663 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -600,24 +600,24 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StartLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "start" > /dev/null &', $return ); ?> - +
- "Starting Lokinet" + Starting Lokinet background daemon process.
/dev/null &', $return ); ?> - +
- "Stopping Lokinet" + Stopping Lokinet background daemon process.
/dev/null &', $return ); ?> - < +
Generating Lokinet Configuration
@@ -626,7 +626,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['ReGenerateLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return ); ?> - +
Regenerating Lokinet Configuration