From 9b7f26cfe7ac349582e79b4aa2227204732475ec Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 21:29:33 -0400 Subject: [PATCH] damn translate --- includes/functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 4b51de9..f28a69a 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -600,7 +600,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StartLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "start" > /dev/null &', $return ); ?> - +
Starting Lokinet
@@ -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
@@ -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