From 810cb6264181cbd8bb7781333006c163f4f2ed8e Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 00:21:37 -0400 Subject: [PATCH] fix ; --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index d010a27..09fd3a9 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; - }; + } ?>