summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorStephan Borg <wolff_borg@users.sourceforge.net>2008-07-20 15:03:13 +0000
committerStephan Borg <wolff_borg@users.sourceforge.net>2008-07-20 15:03:13 +0000
commitf0ed8f81c77f7fc49b772e385d39fccc56ee5132 (patch)
treed1fe2c33e80ec389cbb979d67275917638b4f3df /auth
parente4b440a71348f1e0010719b7de0321d777a32ee8 (diff)
downloadusers-f0ed8f81c77f7fc49b772e385d39fccc56ee5132.tar.gz
users-f0ed8f81c77f7fc49b772e385d39fccc56ee5132.tar.bz2
users-f0ed8f81c77f7fc49b772e385d39fccc56ee5132.zip
Removed recursive include
Diffstat (limited to 'auth')
-rw-r--r--auth/ldap/auth.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php
index 3177122..47ac450 100644
--- a/auth/ldap/auth.php
+++ b/auth/ldap/auth.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/auth/ldap/auth.php,v 1.4 2007/06/17 13:53:05 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/auth/ldap/auth.php,v 1.5 2008/07/20 15:03:13 wolff_borg Exp $
*
* @package users
*/
@@ -11,7 +11,8 @@
if (file_exists(UTIL_PKG_PATH."pear/Auth/Auth.php")) {
require_once (UTIL_PKG_PATH."pear/Auth/Auth.php");
} else {
- @include_once("Auth.php");
+// Giving errors: Fatal error: Cannot redeclare class ldapauth in \bitweaver\users\auth\ldap\Auth.php on line 23
+// include_once("Auth.php");
}
/**