initial fixes

This commit is contained in:
JT Smith 2004-08-09 16:07:33 +00:00
parent 93caa5131b
commit f48fc75d54
2 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
#!/data/perl/bin/perl
#!/usr/bin/perl
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2004 Plain Black LLC.
@ -13,7 +13,7 @@
our ($webguiRoot, $configFile);
BEGIN {
$configFile = "webgui.conf";
$configFile = "WebGUI.conf";
$webguiRoot = "/data/WebGUI";
unshift (@INC, $webguiRoot."/lib");
}