change execution

pull/12/head
necro-nemesis 7 years ago
parent 114bd614a8
commit 1e9d0f5283

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

Loading…
Cancel
Save