fixed some bugs

This commit is contained in:
JT Smith 2005-02-17 07:08:32 +00:00
parent 2dd25427cf
commit a1403acb38
3 changed files with 4 additions and 2 deletions

View file

@ -327,7 +327,6 @@ sub open {
$CGI::POST_MAX=-1;
$session{cgi} = CGI->new();
}
return if ($session{setting}{specialState} eq "upgrading");
###----------------------------
### evironment variables from web server
$session{env} = \%ENV;