diff --git a/includes/functions.php b/includes/functions.php index 40f047d..f37ff94 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -351,7 +351,16 @@ function DisplayLokinetConfig() } else { $status = '
Lokinet daemon is running
'; - } ?> + } + if ($rulestate != "lokinet") { + $status = '
Not Connected to Lokinet +
'; + } else { + $status = '
Successfully Connected to Lokinet +
'; + } + + ?>