diff --git a/index.php b/index.php index 906b43e..9848cd3 100644 --- a/index.php +++ b/index.php @@ -31,7 +31,7 @@ if($PASSWORD) { $_SESSION['_sfm_allowed'] = true; header('Location: ?'); } - echo '
PASSWORD:
'; + echo '
PASSWORD:
'; exit; } }