WebGUI 3.3.0 release

This commit is contained in:
JT Smith 2002-02-22 05:33:00 +00:00
parent 40bb7fed59
commit 80f7752f32
41 changed files with 1662 additions and 402 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

BIN
www/extras/fileIcons/gz.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

View file

@ -11,6 +11,7 @@
#-------------------------------------------------------------------
my $webguiRoot = "..";
my $configFile = "WebGUI.conf";
BEGIN {
unshift (@INC, "../lib");
@ -22,5 +23,5 @@ use CGI::Carp qw(fatalsToBrowser);
use strict;
use WebGUI;
print WebGUI::page($webguiRoot);
print WebGUI::page($webguiRoot,$configFile);