1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

http user auth, password changer in preferences

This commit is contained in:
Andrew Dolgov
2005-11-18 07:04:32 +01:00
parent 99620a7fe0
commit 1c7f75ed2c
7 changed files with 93 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
require_once "db.php";
require_once "db-prefs.php";
$_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder
// $_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);