From 8c7a2b8bf9d0ad38209774e23270cd33bde6c2f8 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 25 Apr 2019 19:41:40 -0400 Subject: [PATCH] take a break --- includes/functions.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 7c9067c..d68d99d 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -344,7 +344,6 @@ function DisplayOpenVPNConfig() function DisplayLokinetConfig() { exec('pidof lokinet | wc -l', $lokinetstatus); - shell_exec('sudo iptables -t nat -L' > $networkstate) if ($lokinetstatus[0] == 0) { $status = '
Lokinet daemon is not running @@ -387,7 +386,7 @@ function DisplayLokinetConfig()
Contact Loki user groups for the latest bootstrap file location
' , PHP_EOL; } else { echo '' , PHP_EOL; @@ -396,7 +395,7 @@ function DisplayLokinetConfig() echo '' , PHP_EOL; } else { echo '' , PHP_EOL; - } + } */ $filename = '/usr/local/bin/lokinet.ini';