diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-07-03 13:52:25 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-07-03 13:52:25 -0400 |
| commit | a5b8de8263e00105a047fab94cdd31890c35562e (patch) | |
| tree | 427a9b64aecaa27262eb9f55d336817daba5826b /admin | |
| parent | 325cd2a10c0ca5f067710cd0cf53ca6cdcd03b1a (diff) | |
| download | users-a5b8de8263e00105a047fab94cdd31890c35562e.tar.gz users-a5b8de8263e00105a047fab94cdd31890c35562e.tar.bz2 users-a5b8de8263e00105a047fab94cdd31890c35562e.zip | |
change from lib/ to includes/ to better match templates/, icons/, etc...
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_login_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_login_inc.php b/admin/admin_login_inc.php index bcf0f41..97177af 100644 --- a/admin/admin_login_inc.php +++ b/admin/admin_login_inc.php @@ -4,7 +4,7 @@ // All Rights Reserved. See below for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. -require_once( USERS_PKG_PATH.'lib/BaseAuth.php' ); +require_once( USERS_PKG_PATH.'includes/BaseAuth.php' ); $loginSettings = array( 'users_allow_register' => array( @@ -227,7 +227,7 @@ if( !function_exists("gd_info" ) ) { $gBitSmarty->assign( 'warning', 'PHP GD library is required for this feature (not found on your system)' ); } -require_once( USERS_PKG_PATH.'lib/BitHybridAuthManager.php' ); +require_once( USERS_PKG_PATH.'includes/BitHybridAuthManager.php' ); BitHybridAuthManager::loadSingleton(); global $gBitHybridAuthManager; |
