This was made lowercase in #926, not sure why.
@@ -6,8 +6,7 @@ define('NO_AUTH_REQUIRED', true);
include($_SERVER['DOCUMENT_ROOT'] . '/inc/main.php');
-$TAB = 'login';
-
+$TAB = 'LOGIN';
if (isset($_GET['logout'])) {
unset($_SESSION);