From 187b45ba8e1a4ffe79ed419954a9c39a0d3b1b54 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 16 Mar 2019 17:55:56 -0400 Subject: [PATCH] Update functions.php --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 84531bb..03ef718 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -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 ) {