From 9746f9b5f5401a3c91c6e41f7c954d249b895a6b Mon Sep 17 00:00:00 2001 From: glen Date: Sat, 3 Oct 2020 21:44:42 -0400 Subject: [PATCH] existatus > exitstatus --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 66ef41d..3eee548 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -632,7 +632,7 @@ function SaveTORAndVPNConfig() $token=str_replace("'", "", $token); $output = shell_exec("sudo /var/lib/lokinet/lokilaunch.sh exitup '".$exit."''" .$token."'"); echo "
$output
"; - GLOBAL $existatus; + GLOBAL $exitstatus; $exitstatus = TRUE; //STOP EXIT