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 { BEGIN {
$configFile = "WebGUI.conf"; $configFile = "WebGUI.conf";
$webguiRoot = ".."; $webguiRoot = "/data/WebGUI";
# $webguiRoot = "/data/WebGUI"; # Uncomment this for use with mod_perl 2.0
unshift (@INC, $webguiRoot."/lib"); unshift (@INC, $webguiRoot."/lib");
} }