oops, checked in some mistakes, fixing

This commit is contained in:
JT Smith 2005-12-01 23:19:52 +00:00
parent 99df1f414e
commit c8cc6ddf8d
2 changed files with 8 additions and 11 deletions

View file

@ -96,7 +96,6 @@ sub www_setup {
WebGUI::Setting::set('companyEmail',WebGUI::FormProcessor::email("companyEmail"));
WebGUI::HTTP::setRedirect(WebGUI::URL::gateway());
return "";
#$output .= '<a href="'.WebGUI::URL::gateway().'">Configuration complete. Click here to go to your new site.</a>';
} else {
$output .= '<legend align="left">Admin Account</legend>';
my $u = WebGUI::User->new('3');