Browse Source

Fix casing consistency of $TAB on login page (#2883)

This was made lowercase in #926, not sure why.
Alec Rust 3 years ago
parent
commit
33b25bba84
1 changed files with 1 additions and 2 deletions
  1. 1 2
      web/login/index.php

+ 1 - 2
web/login/index.php

@@ -5,8 +5,7 @@ define('NO_AUTH_REQUIRED', true);
 
 include($_SERVER['DOCUMENT_ROOT'] . '/inc/main.php');
 
-$TAB = 'login';
-
+$TAB = 'LOGIN';
 
 if (isset($_GET['logout'])) {
     unset($_SESSION);