From 07b23324bd98130725ec0d75758f3a341b2c20d7 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 17 Mar 2019 14:54:31 -0400 Subject: [PATCH] test conditional output --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 81f3f3d..d46e112 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -433,7 +433,7 @@ function DisplayLokinetConfig(){ } else { echo '' , PHP_EOL; }; - if( cat ~/.lokinet/lokinet.ini == 0 ) { + if( cat ~/.lokinet/lokinet.ini != 0 ) { echo '' , PHP_EOL; }; ?>