Update functions.php

pull/8/head
necro-nemesis 7 years ago committed by GitHub
parent 310c86105d
commit 187b45ba8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -506,7 +506,7 @@ LOKINET FUNCTIONS ADDED HERE TO END
function DisplayLokinetConfig(){
exec( 'cat '. RASPI_LOKINET_CONFIG, $return );
exec( 'cat '. RASPI_TORPROXY_CONFIG, $return );
exec( 'pidof tor | wc -l', $torproxystatus);
if( $torproxystatus[0] == 0 ) {

Loading…
Cancel
Save