From e33deed74851df6b4a142d92aeeb08c745f1f852 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 21:14:51 -0400 Subject: [PATCH] more translate overrides --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 74a3769..4b51de9 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -608,7 +608,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StopLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "stop" > /dev/null &', $return ); ?> - +
Stopping Lokinet
@@ -617,7 +617,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['GenerateLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return ); ?> - +
Generating Lokinet Configuration