Added commented full path webguiRoot for mod_perl 2.0 users

This commit is contained in:
Andy Grundman 2003-10-21 03:27:43 +00:00
parent 2de8d88190
commit c980540af8

View file

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