1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 12:39:16 +00:00

overall directory tree cleanup

This commit is contained in:
Andrew Dolgov
2011-12-11 23:59:25 +04:00
parent 31303c6bbd
commit 107d0cf39e
49 changed files with 285 additions and 4342 deletions

View File

@@ -6,13 +6,7 @@
define('MOBILE_VERSION', true);
require_once "../config.php";
require_once "functions.php";
require_once "../functions.php";
require_once "../sessions.php";
require_once "../version.php";
require_once "../db-prefs.php";
require_once "mobile-functions.php";
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);