From 2b4cf045945ab4b8f069f2c4611cd4d54654462a Mon Sep 17 00:00:00 2001 From: fidian Date: Tue, 26 Dec 2000 17:00:02 +0000 Subject: [PATCH] Moved the force_username_lowercase stuff to redirect.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@900 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/webmail.php b/src/webmail.php index d3d41c47..2cd7885d 100644 --- a/src/webmail.php +++ b/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 -- 2.25.1