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 /book_to_html.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 'book_to_html.php')
| -rw-r--r-- | book_to_html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book_to_html.php b/book_to_html.php index c539620..a5c5802 100644 --- a/book_to_html.php +++ b/book_to_html.php @@ -13,7 +13,7 @@ /** * required setup */ -require_once( '../kernel/setup_inc.php' ); +require_once( '../kernel/includes/setup_inc.php' ); include_once( WIKI_PKG_CLASS_PATH.'BitBook.php'); |
