diff --git a/includes/functions.php b/includes/functions.php index f62053c..5b4db83 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -597,7 +597,7 @@ function SaveTORAndVPNConfig(){ foreach( $return as $line ) { echo htmlspecialchars($line, ENT_QUOTES).'
' , PHP_EOL; } - } elseif( isset($_POST['StartLokinet']) ) { +/* } elseif( isset($_POST['StartLokinet']) ) { echo "Attempting to start Lokinet"; exec( 'lokinet', $return ); // location.reload(); @@ -615,7 +615,8 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['ReGenerateLokinet']) ) { echo "Attempting to regenerate Lokinet"; exec( 'lokinet -g', $return ); - // location.reload(); + // location.reload(); } + */ } }