lots of bug fixes and a new upgrade feature

This commit is contained in:
JT Smith 2005-02-17 01:11:11 +00:00
parent 5e9652d873
commit c76829a4e3
8 changed files with 97 additions and 18 deletions

View file

@ -327,6 +327,7 @@ 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;