Made modifying this file just a bit easier

This commit is contained in:
JT Smith 2002-05-31 05:54:21 +00:00
parent 1dc7efa5e1
commit cee0fb442a

View file

@ -10,11 +10,12 @@
# http://www.plainblack.com info@plainblack.com # http://www.plainblack.com info@plainblack.com
#------------------------------------------------------------------- #-------------------------------------------------------------------
my $webguiRoot = ".."; our ($webguiRoot, $configFile);
my $configFile = "WebGUI.conf";
BEGIN { BEGIN {
unshift (@INC, "../lib"); $configFile = "WebGUI.conf";
$webguiRoot = "/data/WebGUI";
unshift (@INC, $webguiRoot."/lib");
} }
#-----------------DO NOT MODIFY BELOW THIS LINE-------------------- #-----------------DO NOT MODIFY BELOW THIS LINE--------------------