From f76ae0fac89250cf518af161c2ab87c1b11ff4a1 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 21:07:17 -0400 Subject: [PATCH] stop trnaslate pop up --- includes/functions.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 6f9393a..74a3769 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -331,7 +331,7 @@ function DisplayLokinetConfig(){ exec( 'pidof lokinet | wc -l', $lokinetstatus); if( $lokinetstatus[0] == 0 ) { - $status = '
Lokinet daemon is not running + $status = '
Lokinet daemon is not running
'; } else { $status = '
Lokinet is running @@ -600,6 +600,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StartLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "start" > /dev/null &', $return ); ?> +
Starting Lokinet
@@ -607,6 +608,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StopLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "stop" > /dev/null &', $return ); ?> +
Stopping Lokinet
@@ -615,6 +617,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['GenerateLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return ); ?> +
Generating Lokinet Configuration
@@ -623,6 +626,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['ReGenerateLokinet']) ) { exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return ); ?> +
Regenerating Lokinet Configuration