From 01326e3a422cd56296deb0fefcf179ab01c143a9 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 22:57:21 -0400 Subject: [PATCH] make statement true --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index d5eb88d..590dc0d 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -382,7 +382,7 @@ function DisplayLokinetConfig(){ echo '' , PHP_EOL; }; $filename = '/root/.lokinet/lokinet.ini'; - if (!file_exists($filename)) { + if (file_exists($filename)) { echo '' , PHP_EOL; } else { echo '' , PHP_EOL;