diff --git a/includes/functions.php b/includes/functions.php index dc6f8d0..302bf12 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -599,25 +599,31 @@ function SaveTORAndVPNConfig(){ } } elseif( isset($_POST['StartLokinet']) ) { ?> -
+
Starting Lokinet
/dev/null &', $return ); } elseif( isset($_POST['StopLokinet']) ) { ?> -
- Lokine Starting +
+ Stopping Lokinet
/dev/null &', $return ); } elseif( isset($_POST['GenerateLokinet']) ) { - //echo "Attempting to generate Lokinet"; + ?> +
+ Generating Lokinet Configuration +
+ /dev/null &', $return ); } elseif( isset($_POST['ReGenerateLokinet']) ) { - // echo "Attempting to regenerate Lokinet"; + ?> +
+ Regenerating Lokinet Configuration +
+ /dev/null &', $return ); } else { DisplayLokinetConfig();