]> git.wh0rd.org - tt-rss.git/blobdiff - api/index.php
more work on singleton-based DB
[tt-rss.git] / api / index.php
index 823b9527e90319645c98d58e387420b906c514d9..d28ab763a0a27b08a4ac892d748bf063b5cc81f5 100644 (file)
@@ -13,6 +13,7 @@
        define('TTRSS_SESSION_NAME', 'ttrss_api_sid');
        define('NO_SESSION_AUTOSTART', true);
 
+       require_once "autoload.php";
        require_once "db.php";
        require_once "db-prefs.php";
        require_once "functions.php";