WebGUI 2.5.0 release
This commit is contained in:
parent
6286f9bfaf
commit
00aec56a04
65 changed files with 3006 additions and 369 deletions
|
|
@ -180,8 +180,7 @@ if (eval { require Net::LDAP }) {
|
|||
|
||||
# this is here to insure they installed correctly.
|
||||
print "WebGUI modules:\t\t";
|
||||
#if (eval { require WebGUI } && eval { require WebGUI::SQL }) {
|
||||
if (eval { require WebGUI::SQL }) {
|
||||
if (eval { require WebGUI } && eval { require WebGUI::SQL }) {
|
||||
print "OK\n";
|
||||
} else {
|
||||
print "Please install.\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue