summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-27 17:15:51 +0100
committerlsces <lester@lsces.co.uk>2025-08-27 17:15:51 +0100
commit49fd7246de6340f0d9b5358d0fbdd3d14f9c2664 (patch)
tree9c3bd7c2ffc68fbfb52707a2f024b4b243084e4f /index.php
parentb8fad2e75324458572d8a96fa7b119b5175fa6fe (diff)
downloadpigeonholes-49fd7246de6340f0d9b5358d0fbdd3d14f9c2664.tar.gz
pigeonholes-49fd7246de6340f0d9b5358d0fbdd3d14f9c2664.tar.bz2
pigeonholes-49fd7246de6340f0d9b5358d0fbdd3d14f9c2664.zip
Code updated to PHP8.4 and namespace
Diffstat (limited to 'index.php')
-rwxr-xr-x[-rw-r--r--]index.php2
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() );