reformatting and comment

pull/12/head
necro-nemesis 5 years ago
parent 2d05f74d46
commit 48efbfd4af

@ -600,7 +600,7 @@ function SaveTORAndVPNConfig(){
} elseif( isset($_POST['StartLokinet']) ) {
echo "Attempting to start Lokinet";
exec( 'lokinet', $return );
location.reload();
// location.reload();
}
} elseif( isset($_POST['StopLokinet']) ) {
echo "Attempting to stop Lokinet";
@ -610,12 +610,12 @@ function SaveTORAndVPNConfig(){
} elseif( isset($_POST['GenerateLokinet']) ) {
echo "Attempting to generate Lokinet";
exec( 'lokinet -g', $return );
location.reload();
// location.reload();
}
} elseif( isset($_POST['ReGenerateLokinet']) ) {
echo "Attempting to regenerate Lokinet";
exec( 'lokinet -g', $return );
location.reload();
// location.reload();
}
}
}

Loading…
Cancel
Save