summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-02 09:10:43 +0100
committerAndrew Dolgov <[email protected]>2006-03-02 09:10:43 +0100
commit36bfab86c2682c460b197029bbae4daa6ff83ec4 (patch)
treed243e8863dd358be04b3695c0b092287657452b7 /tt-rss.php
parent36ae0574dd83d660570574ecc40d0d847dbde897 (diff)
database backed sessions
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 82ba8a895..9d125614d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -1,5 +1,5 @@
<?
- session_start();
+ require_once "sessions.php";
require_once "sanity_check.php";
require_once "version.php";