summaryrefslogtreecommitdiff
path: root/wiki_graph.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 /wiki_graph.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 'wiki_graph.php')
-rw-r--r--wiki_graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki_graph.php b/wiki_graph.php
index d4c82fa..19b34c6 100644
--- a/wiki_graph.php
+++ b/wiki_graph.php
@@ -14,8 +14,8 @@
* required setup
*/
include_once( '../kernel/setup_inc.php' );
-include_once( WIKI_PKG_PATH.'BitPage.php');
-include_once( WIKI_PKG_PATH.'lookup_page_inc.php');
+include_once( WIKI_PKG_CLASS_PATH.'BitPage.php');
+include_once( WIKI_PKG_INCLUDE_PATH.'lookup_page_inc.php');
include_once( 'Image/GraphViz.php' );
$graph = new Image_GraphViz();