diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-04-17 15:36:34 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-04-17 15:36:48 +0400 |
| commit | 404e2e3603c852a3f82a21c14b8888005e2b3f99 (patch) | |
| tree | 8814cfecfe167fc32d474d670bc47be32a9a5e25 /api | |
| parent | ba68b6815ab31d17cda113e7990eeb07558b02a9 (diff) | |
more work on singleton-based DB
Diffstat (limited to 'api')
| -rw-r--r-- | api/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/index.php b/api/index.php index 823b9527e..d28ab763a 100644 --- a/api/index.php +++ b/api/index.php @@ -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"; |