diff --git a/includes/functions.php b/includes/functions.php
index 4fb445a..fe600d4 100755
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -383,7 +383,7 @@ function DisplayLokinetConfig(){
};
$filename = '/root/.lokinet/lokinet.ini';
if (!file_exists($filename)) {
- echo '' , PHP_EOL;
+ echo '' , PHP_EOL;
} else {
echo '' , PHP_EOL;
};