From 47fc9d5cfef2ad8d41be781124cf2eb9d905c3e0 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 19:15:31 -0400 Subject: [PATCH] Create action alerts x 4 --- includes/functions.php | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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();