Update functions.php

pull/9/head
necro-nemesis 6 years ago committed by GitHub
parent fed88cf8df
commit a1f12f8ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -496,13 +496,15 @@ function SaveTORAndVPNConfig(){
echo htmlspecialchars($line, ENT_QUOTES).'<br />' , PHP_EOL;
}
}
?>
<?php
{
/**
*
*
*/
/*LOKINET FUNCTIONS ADDED HERE*/
<?php
function DisplayLokinetConfig(){
/*exec( 'cat '. RASPI_LOKINET_CONFIG, $return );*/
@ -515,5 +517,5 @@ function DisplayLokinetConfig(){
$status = '<div class="alert alert-success alert-dismissable">Lokinet is running
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button></div>';
}
?>
}
}

Loading…
Cancel
Save