diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-07-03 14:01:24 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-07-03 14:01:24 -0400 |
| commit | 0dac54dcb0d6a0e853650e0a37fc6bd3555cb290 (patch) | |
| tree | 24ea6d2c4c020416336d44c7339fd918c7a7944e /index.php | |
| parent | a5b8de8263e00105a047fab94cdd31890c35562e (diff) | |
| download | users-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.tar.gz users-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.tar.bz2 users-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.zip | |
move _inc files to includes/
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ if( $gBitSystem->getConfig( 'custom_user_fields' )) { } // lookup may be via content_id which will then return user_id for search request -require_once( USERS_PKG_PATH.'lookup_user_inc.php' ); +require_once( USERS_PKG_PATH.'includes/lookup_user_inc.php' ); // i think we should always allow looking at yourself - regardless of permissions if( !empty( $_REQUEST['home'] ) ) { |
