diff options
Diffstat (limited to 'index.php')
| -rwxr-xr-x[-rw-r--r--] | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index 57269c4..89bc133 100644..100755 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../kernel/includes/setup_inc.php' ); +require_once '../kernel/includes/setup_inc.php'; include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' ); if( !empty( $gContent->mStructureId ) ) { header( 'Location: '.$gContent->getDisplayUrl() ); |
