WebGUI 1.3.1 release

This commit is contained in:
JT Smith 2001-10-03 05:25:00 +00:00
parent 5687f5ee66
commit 6cf30b32bd
13 changed files with 69 additions and 83 deletions

View file

@ -10,13 +10,17 @@
# http://www.plainblack.com info@plainblack.com
#-------------------------------------------------------------------
my $webguiRoot = "..";
BEGIN {
unshift (@INC, "../lib");
}
#-----------------DO NOT MODIFY BELOW THIS LINE--------------------
use CGI::Carp qw(fatalsToBrowser);
use strict;
use WebGUI;
print WebGUI::page();
print WebGUI::page($webguiRoot);