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; }; ?>