From bdd482fffdfc9485519640a252d5474238aff6ac Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 22:34:56 -0400 Subject: [PATCH] Fix button typo --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };