From eb866c168ba91b3ad5aed21e221336321ac8b609 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 23:32:03 -0400 Subject: [PATCH] don't end statement early --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 0660393..77f0435 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -380,13 +380,13 @@ function DisplayLokinetConfig(){ echo '' , PHP_EOL; } else { echo '' , PHP_EOL; - }; + } $filename = '/root/.lokinet/lokinet.ini'; if (file_exists($filename)) { echo '' , PHP_EOL; } else { echo '' , PHP_EOL; - }; + } ?>