diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2018-08-01 00:03:13 -0400 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2018-08-01 00:03:13 -0400 |
| commit | 414a2df43a782dd64865b7c17878d8ffc6aa1585 (patch) | |
| tree | 942e25c5d3df2d49a75e40d82084b5507b18c843 /auth | |
| parent | 533bbb5fdd3543021bd3267d6bfba27fe94a19ad (diff) | |
| download | users-414a2df43a782dd64865b7c17878d8ffc6aa1585.tar.gz users-414a2df43a782dd64865b7c17878d8ffc6aa1585.tar.bz2 users-414a2df43a782dd64865b7c17878d8ffc6aa1585.zip | |
reorg util package to put library code in includes/ and used new UTIL_PKG_INC constant
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/ldap/auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index 261c2b9..a06f5d4 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -8,8 +8,8 @@ /** * required setup */ -if (file_exists(UTIL_PKG_PATH."pear/Auth/Auth.php")) { - require_once (UTIL_PKG_PATH."pear/Auth/Auth.php"); +if (file_exists(UTIL_PKG_INC."pear/Auth/Auth.php")) { + require_once (UTIL_PKG_INC."pear/Auth/Auth.php"); } else { // THIS may need changing if a different PEAR installation is used include_once("Auth/Auth.php"); |
