added the WebGUI theme manager

This commit is contained in:
JT Smith 2003-04-16 01:07:51 +00:00
parent b1164d59a9
commit e531f31665
6 changed files with 802 additions and 7 deletions

View file

@ -302,7 +302,6 @@ The URL to redirect to.
=cut
sub httpRedirect {
return $session{cgi}->redirect($_[0]);
}