WebGUI 3.3.0 release
This commit is contained in:
parent
40bb7fed59
commit
80f7752f32
41 changed files with 1662 additions and 402 deletions
BIN
www/extras/fileIcons/exe.gif
Normal file
BIN
www/extras/fileIcons/exe.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 B |
BIN
www/extras/fileIcons/gz.gif
Normal file
BIN
www/extras/fileIcons/gz.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 205 B |
BIN
www/extras/fileIcons/psd.gif
Normal file
BIN
www/extras/fileIcons/psd.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
BIN
www/extras/fileIcons/sit.gif
Normal file
BIN
www/extras/fileIcons/sit.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 B |
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue