Added commented full path webguiRoot for mod_perl 2.0 users
This commit is contained in:
parent
2de8d88190
commit
c980540af8
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue