summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 12:46:43 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 12:46:43 +0100
commit1559e3741c7a823cf0eecee25d751e6553c7af76 (patch)
tree046cbec53005de311b3eb79ff83afbc2216bdc8f /opml.php
parenta061b98720b0450235618121808a633e752d0baf (diff)
session fixes
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index dd73a8463..ff888d246 100644
--- a/opml.php
+++ b/opml.php
@@ -1,5 +1,5 @@
<?php
-// require_once "sessions.php";
+ require_once "sessions.php";
require_once "sanity_check.php";
require_once "functions.php";
require_once "config.php";