Made modifying this file just a bit easier
This commit is contained in:
parent
1dc7efa5e1
commit
cee0fb442a
1 changed files with 4 additions and 3 deletions
|
|
@ -10,11 +10,12 @@
|
|||
# http://www.plainblack.com info@plainblack.com
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
my $webguiRoot = "..";
|
||||
my $configFile = "WebGUI.conf";
|
||||
our ($webguiRoot, $configFile);
|
||||
|
||||
BEGIN {
|
||||
unshift (@INC, "../lib");
|
||||
$configFile = "WebGUI.conf";
|
||||
$webguiRoot = "/data/WebGUI";
|
||||
unshift (@INC, $webguiRoot."/lib");
|
||||
}
|
||||
|
||||
#-----------------DO NOT MODIFY BELOW THIS LINE--------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue