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 /validate.php | |
| 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 'validate.php')
| -rw-r--r-- | validate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate.php b/validate.php index ae415b2..3e2322a 100644 --- a/validate.php +++ b/validate.php @@ -37,7 +37,7 @@ if( isset( $_SERVER['HTTP_REFERER'] ) && strpos( $_SERVER['HTTP_REFERER'], USERS } if( !empty( $_REQUEST['provider'] ) ) { - require_once( USERS_PKG_PATH.'lib/BitHybridAuthManager.php' ); + require_once( USERS_PKG_PATH.'includes/BitHybridAuthManager.php' ); BitHybridAuthManager::loadSingleton(); global $gBitHybridAuthManager; |
