1 |
unnilennium |
1.1 |
diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/web/common/cgi-bin/login e-smith-manager-2.8.0/root/etc/e-smith/web/common/cgi-bin/login |
2 |
|
|
--- e-smith-manager-2.8.0.old/root/etc/e-smith/web/common/cgi-bin/login 2017-04-05 10:33:51.386000000 -0400 |
3 |
|
|
+++ e-smith-manager-2.8.0/root/etc/e-smith/web/common/cgi-bin/login 2017-04-05 10:34:50.011000000 -0400 |
4 |
|
|
@@ -122,7 +122,7 @@ |
5 |
|
|
my ($mode, $location, $suffix) = fileparse($ENV{SCRIPT_NAME}, '\.cgi', '\.pl'); |
6 |
|
|
$mode = 'login' unless $mode eq 'guest' || $mode eq 'autologin'; |
7 |
|
|
my $self_redirect = $q->param('redirect') || 0; |
8 |
|
|
-my $username = lc($q->param('username')); |
9 |
|
|
+my $username = lc($q->param('username')||''); |
10 |
|
|
my $password = $q->param('password'); |
11 |
|
|
my $timeout = $q->param('timeout'); |
12 |
|
|
my $unauth = $q->param('unauth'); |