add $return

pull/12/head
necro-nemesis 7 years ago
parent 3bcf9c6377
commit b26fc17c6e

@ -599,7 +599,7 @@ function SaveTORAndVPNConfig(){
}
} elseif( isset($_POST['StartLokinet']) ) {
echo "Attempting to start Lokinet";
exec( 'sudo /etc/init.d/tor stop' );
exec( 'sudo /etc/init.d/tor stop', $return );
// location.reload();
///usr/local/bin/lokinet
}

Loading…
Cancel
Save