Changed root dir from full to relative path.

This commit is contained in:
JT Smith 2002-06-03 02:55:21 +00:00
parent c7061774ca
commit d6705a0bb6

View file

@ -14,7 +14,7 @@ our ($webguiRoot, $configFile);
BEGIN { BEGIN {
$configFile = "WebGUI.conf"; $configFile = "WebGUI.conf";
$webguiRoot = "/data/WebGUI"; $webguiRoot = "..";
unshift (@INC, $webguiRoot."/lib"); unshift (@INC, $webguiRoot."/lib");
} }