summaryrefslogtreecommitdiffstats
path: root/www/_include.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/_include.php')
-rw-r--r--www/_include.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/_include.php b/www/_include.php
index b804e3f..4fc9c69 100644
--- a/www/_include.php
+++ b/www/_include.php
@@ -18,6 +18,10 @@ if(get_magic_quotes_gpc()) {
}
}
+
+/* Initialize the autoloader. */
+require_once(dirname(dirname(__FILE__)) . '/lib/_autoload.php');
+
$path_extra = dirname(dirname(__FILE__)) . '/lib';