Merge branch 'master' into WebGUI8
This commit is contained in:
commit
2400f19099
797 changed files with 33894 additions and 27196 deletions
|
|
@ -2,7 +2,9 @@ use strict;
|
|||
|
||||
my $webguiRoot = '/data/WebGUI';
|
||||
|
||||
unshift @INC, $webguiRoot . "/lib";
|
||||
@INC = grep { $_ ne q{.} } @INC;
|
||||
|
||||
unshift @INC, "$webguiRoot/lib";
|
||||
|
||||
# add custom lib directories to library search path
|
||||
unshift @INC, grep {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue