summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-17 19:06:48 +0100
committerAndrew Dolgov <[email protected]>2005-11-17 19:06:48 +0100
commit0cc89acb29b6e851bceed111edd8f316f59fc697 (patch)
treed764d66b3b7f37b86faa78c9fe44bd69b258cd2b /prefs.php
parent4356293a66c5723da19fc42a7714f7c9d720470f (diff)
call session_start() in prefs.php/tt-rss.php
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index e5c3dd9e5..72e15904d 100644
--- a/prefs.php
+++ b/prefs.php
@@ -1,4 +1,6 @@
<?
+ session_start();
+
require_once "version.php";
require_once "config.php";
require_once "db-prefs.php";