summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 07:04:32 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 07:04:32 +0100
commit1c7f75ed2c8e0c914bba2134158e483aa1c3af40 (patch)
tree7368b36fa6d75454c0def17bcad7469c7a88df96 /opml.php
parent99620a7fe0e16679c88e5a84115e1a15e25f309d (diff)
http user auth, password changer in preferences
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 023f29ffe..0e313d52b 100644
--- a/opml.php
+++ b/opml.php
@@ -13,7 +13,7 @@
require_once "db.php";
require_once "db-prefs.php";
- $_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder
+// $_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);