1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 16:11:27 +00:00

user manager

This commit is contained in:
Andrew Dolgov
2005-11-18 10:00:18 +01:00
parent cd42edf18d
commit e6cb77a07a
7 changed files with 454 additions and 12 deletions

View File

@@ -12,6 +12,7 @@
if ($login && $password) {
if (authenticate_user($link, $login, $password)) {
initialize_user_prefs($link, $_SESSION["uid"]);
header("Location: tt-rss.php");
}
}