From 237ae464a3f0220e0a0e147df43c36c3959735d4 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 23:54:02 -0400 Subject: [PATCH] fix --- includes/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 918b395..77f0435 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -380,14 +380,13 @@ function DisplayLokinetConfig(){ echo '' , PHP_EOL; } else { echo '' , PHP_EOL; - } elseif { + } $filename = '/root/.lokinet/lokinet.ini'; if (file_exists($filename)) { echo '' , PHP_EOL; } else { echo '' , PHP_EOL; } - }; ?>