From 9c5de2a801aa4606d7eceb8cb494008e34acbd67 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 01:06:28 -0400 Subject: [PATCH] remove periods --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 9c39626..dd2d963 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -384,9 +384,9 @@ function DisplayLokinetConfig(){ } $filename = '/root/.lokinet/lokinet.ini'; if (file_exists($filename)) { - echo '' , PHP_EOL; + echo '' , PHP_EOL; } else { - echo '' , PHP_EOL; + echo '' , PHP_EOL; } ?>