From 5731c8961fc7f905b228ca66d4fc9665d800b47b Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 22:52:48 -0400 Subject: [PATCH] swap generate conditional statemenet --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index fe600d4..d5eb88d 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -383,9 +383,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; }; ?>