Some minor bug fixes

This commit is contained in:
Martin Kamerbeek 2002-11-24 16:18:50 +00:00
parent 6d10ab7481
commit eda4d29de4
3 changed files with 186 additions and 17 deletions

View file

@ -1,7 +1,7 @@
package WebGUI::Authentication::WebGUI;
#-------------------------------------------------------------------
# This module is made by M. Kamerbeek of Procolix (procolix.com)
# This module is copyright by M. Kamerbeek of Procolix (procolix.com)
# for WebGUI and released under GNU/GPL.
#-------------------------------------------------------------------
@ -16,7 +16,6 @@ package WebGUI::Authentication::WebGUI;
#-------------------------------------------------------------------
use strict;
use WebGUI;
use WebGUI::Session;
use WebGUI::Authentication;
use WebGUI::HTMLForm;