summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-01 22:47:37 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-01 22:47:37 -0500
commit8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4 (patch)
tree73b12aeffe22e27aa75634dfc5034627322af365 /index.php
parent3de7b595a6e01676ec80317e647baf2176aee6b4 (diff)
downloadwiki-8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4.tar.gz
wiki-8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4.tar.bz2
wiki-8e8fb7e46c83f9c66d88cedbbd30c67f87c7a2d4.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 676a1ac..21f4986 100644
--- a/index.php
+++ b/index.php
@@ -43,9 +43,9 @@ if( !empty( $_REQUEST['structure_id'] ) ) {
$gHome->store( $homeHash );
}
- include( WIKI_PKG_PATH.'lookup_page_inc.php' );
+ include( WIKI_PKG_INCLUDE_PATH.'lookup_page_inc.php' );
if( $gContent->isValid() ) {
$gBitSystem->setCanonicalLink( $gContent->getDisplayUrl() );
}
- include( WIKI_PKG_PATH.'display_bitpage_inc.php' );
+ include( WIKI_PKG_INCLUDE_PATH.'display_bitpage_inc.php' );
}