diff --git a/mojotrollz/autoload.inc.php b/mojotrollz/autoload.inc.php index c974a96..e45cd07 100644 --- a/mojotrollz/autoload.inc.php +++ b/mojotrollz/autoload.inc.php @@ -4,5 +4,5 @@ require_once dirname(__FILE__).'/path/register_path_classes.php'; require_once dirname(__FILE__).'/page/register_page_classes.php'; require_once dirname(__FILE__).'/dbd/autoload.inc.php'; - -require_once dirname(__FILE__).'/api/autoload.inc.php'; \ No newline at end of file +require_once dirname(__FILE__).'/api/autoload.inc.php'; +require_once dirname(__FILE__).'/docu/autoload.inc.php'; \ No newline at end of file diff --git a/mojotrollz/docu/autoload.inc.php b/mojotrollz/docu/autoload.inc.php new file mode 100644 index 0000000..aed7f7a --- /dev/null +++ b/mojotrollz/docu/autoload.inc.php @@ -0,0 +1,3 @@ +