]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
more work on singleton-based DB
[tt-rss.git] / index.php
index c21b46809f7d5a776501adaa1ba183300115b9fc..66e236dae28664e781243d8603f767b831d0a2fe 100644 (file)
--- a/index.php
+++ b/index.php
@@ -19,6 +19,7 @@
        set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
                get_include_path());
 
+       require_once "autoload.php";
        require_once "sessions.php";
        require_once "functions.php";
        require_once "sanity_check.php";