diff options
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'); |
