defaulting webgui root
This commit is contained in:
parent
a3bb4c6dc9
commit
10dbfb56c0
1 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue