summaryrefslogtreecommitdiff
path: root/wiki_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki_graph.php')
-rw-r--r--wiki_graph.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiki_graph.php b/wiki_graph.php
index d4c82fa..f8b60f8 100644
--- a/wiki_graph.php
+++ b/wiki_graph.php
@@ -13,9 +13,9 @@
/**
* 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( '../kernel/includes/setup_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();