summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 20:58:58 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 20:58:58 +0100
commit42c329162265a17e9f8f2444de2d061fb3cfb4a5 (patch)
tree32727ebaba11ea6371596e2495ce1af83559eeef /backend.php
parent0d32b41e36fffa800991267b637d9344cb88fd2e (diff)
UI improvements
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index b1ddcd5af..1a53d1c68 100644
--- a/backend.php
+++ b/backend.php
@@ -54,7 +54,7 @@
header("Content-Type: application/xml");
print_error_xml(7); exit;
}
-
+
if (!($_SESSION["uid"] && validate_session($link)) && $op != "globalUpdateFeeds"
&& $op != "rss" && $op != "getUnread") {