defaulting webgui root

This commit is contained in:
JT Smith 2004-03-25 05:24:07 +00:00
parent a3bb4c6dc9
commit 10dbfb56c0

View file

@ -14,8 +14,7 @@ our ($webguiRoot, $configFile);
BEGIN {
$configFile = "WebGUI.conf";
$webguiRoot = "..";
# $webguiRoot = "/data/WebGUI"; # Uncomment this for use with mod_perl 2.0
$webguiRoot = "/data/WebGUI";
unshift (@INC, $webguiRoot."/lib");
}