From 6b64db01513f853e200f25fcb3061c9a0973d2e9 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 18 Mar 2019 20:11:46 -0400 Subject: [PATCH] remove brace --- includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index ae6f6cb..f3888ad 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -602,7 +602,6 @@ function SaveTORAndVPNConfig(){ exec( 'sudo /etc/init.d/tor stop', $return ); // location.reload(); ///usr/local/bin/lokinet - } /* } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet"; exec( 'pkill lokinet', $return );