diff --git a/index.php b/index.php index f50759b..f67d645 100644 --- a/index.php +++ b/index.php @@ -87,6 +87,13 @@ if (!is_logged_in()) { exit(0); } +if ($blocklogin === TRUE) { + + echo "

There is an error in your config!

"; + echo "Refresh"; + exit(0); +} + ?>