summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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 223a677..a608e95 100644
--- a/index.php
+++ b/index.php
@@ -17,7 +17,7 @@
* required setup
*/
require_once( '../kernel/setup_inc.php' );
-include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' );
+include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' );
if( !empty( $gContent->mStructureId ) ) {
header( 'Location: '.$gContent->getDisplayUrl() );
} else {