Changed root dir from full to relative path.
This commit is contained in:
parent
c7061774ca
commit
d6705a0bb6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ our ($webguiRoot, $configFile);
|
|||
|
||||
BEGIN {
|
||||
$configFile = "WebGUI.conf";
|
||||
$webguiRoot = "/data/WebGUI";
|
||||
$webguiRoot = "..";
|
||||
unshift (@INC, $webguiRoot."/lib");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue