From 28aaa5cd634143297df1888be2f30aacb284db4d Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 16 Mar 2019 23:03:11 -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 32b544c..4c65eab 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -505,7 +505,7 @@ function SaveTORAndVPNConfig(){ function DisplayLokinetConfig(){ - /*exec( 'cat '. RASPI_LOKINET_CONFIG, $return );*/ + exec( 'cat '. RASPI_TORPROXY_CONFIG, $return ); exec( 'pidof lokinet | wc -l', $lokinetstatus); if( $lokinetstatus[0] == 0 ) {