summaryrefslogtreecommitdiff
path: root/backlinks.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 /backlinks.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 'backlinks.php')
-rw-r--r--backlinks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backlinks.php b/backlinks.php
index 3c01f90..7491ed9 100644
--- a/backlinks.php
+++ b/backlinks.php
@@ -13,7 +13,7 @@
* required setup
*/
require_once( '../kernel/setup_inc.php' );
-include_once( WIKI_PKG_PATH.'lookup_page_inc.php');
+include_once( WIKI_PKG_INCLUDE_PATH.'lookup_page_inc.php');
$gBitSystem->verifyPackage( 'wiki' );
$gBitSystem->verifyFeature( 'wiki_backlinks' );