shell_exe

pull/12/head
necro-nemesis 7 years ago
parent de3cd098e2
commit 99e84afa18

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

Loading…
Cancel
Save