1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 07:31:28 +00:00

fix plugins/mobile

This commit is contained in:
Andrew Dolgov
2013-04-17 19:17:23 +04:00
parent 01568557b5
commit d10e0993b5
8 changed files with 3 additions and 28 deletions

View File

@@ -1,9 +1,12 @@
<?php
require_once "autoload.php";
require_once "functions.php";
require_once "sessions.php";
require_once "version.php";
require_once "db-prefs.php";
init_plugins();
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');
/* TODO replace with interface to db-prefs */