Browse Source

Moved the force_username_lowercase stuff to redirect.php

Tyler Akins 24 years ago
parent
commit
cf4d063e00
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/webmail.php

+ 0 - 3
src/webmail.php

@@ -33,9 +33,6 @@
    if (!isset($strings_php))
       include ("../functions/strings.php");
 
-   if ($force_username_lowercase)
-      $username = strtolower($username);
-
    include ("../src/load_prefs.php");
 
    // We'll need this to later have a noframes version