summaryrefslogtreecommitdiff
path: root/book_to_html.php
diff options
context:
space:
mode:
Diffstat (limited to 'book_to_html.php')
-rw-r--r--book_to_html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/book_to_html.php b/book_to_html.php
index 203be49..a5c5802 100644
--- a/book_to_html.php
+++ b/book_to_html.php
@@ -13,9 +13,9 @@
/**
* required setup
*/
-require_once( '../kernel/setup_inc.php' );
+require_once( '../kernel/includes/setup_inc.php' );
-include_once( WIKI_PKG_PATH.'BitBook.php');
+include_once( WIKI_PKG_CLASS_PATH.'BitBook.php');
function copys($source,$dest)
{