summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorspider@dev <spiderr@bitweaver.org>2017-07-03 14:01:24 -0400
committerspider@dev <spiderr@bitweaver.org>2017-07-03 14:01:24 -0400
commit0dac54dcb0d6a0e853650e0a37fc6bd3555cb290 (patch)
tree24ea6d2c4c020416336d44c7339fd918c7a7944e /index.php
parenta5b8de8263e00105a047fab94cdd31890c35562e (diff)
downloadusers-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.tar.gz
users-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.tar.bz2
users-0dac54dcb0d6a0e853650e0a37fc6bd3555cb290.zip
move _inc files to includes/
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b627fcb..54a455e 100644
--- a/index.php
+++ b/index.php
@@ -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'] ) ) {