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

database backed sessions

This commit is contained in:
Andrew Dolgov
2006-03-02 09:10:43 +01:00
parent 36ae0574dd
commit 36bfab86c2
15 changed files with 137 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<?
session_start();
require_once "sessions.php";
require_once "sanity_check.php";
require_once "functions.php";