diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:26 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:26 -0500 |
| commit | b83a41245d23566c2b8bfdfc46247f0bd31b6844 (patch) | |
| tree | 834fe6e6cbf2f8f251fe60e613ca8ca456919323 /wiki_graph.php | |
| parent | b01aa01c0a9a00cb5866e8693f36a02a9203d2af (diff) | |
| download | wiki-b83a41245d23566c2b8bfdfc46247f0bd31b6844.tar.gz wiki-b83a41245d23566c2b8bfdfc46247f0bd31b6844.tar.bz2 wiki-b83a41245d23566c2b8bfdfc46247f0bd31b6844.zip | |
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'wiki_graph.php')
| -rw-r--r-- | wiki_graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki_graph.php b/wiki_graph.php index 19b34c6..f8b60f8 100644 --- a/wiki_graph.php +++ b/wiki_graph.php @@ -13,7 +13,7 @@ /** * required setup */ -include_once( '../kernel/setup_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' ); |
