session_start(); require_once "version.php"; require_once "config.php"; require_once "db-prefs.php"; $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); $_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder $_SESSION["name"] = PLACEHOLDER_NAME; ?>
Loading, please wait... |
|
||||
if (get_pref($link, 'DISPLAY_FEEDLIST_ACTIONS')) { ?>
All feeds:
} ?>
|
|
|||
Tiny-Tiny RSS v= VERSION ?> © 2005 Andrew Dolgov
if (WEB_DEMO_MODE) { ?>
Running in demo mode, some functionality is disabled. } ?> |
} ?>