summaryrefslogtreecommitdiff
path: root/mobile/logout.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-17 19:42:30 +0300
committerAndrew Dolgov <[email protected]>2009-12-17 19:42:30 +0300
commit3518718b25d2d7ff540040293b06b5e872f86216 (patch)
tree7d6d722ee2383f8df4f930c1ec191b7b246338dd /mobile/logout.php
parentd5e71621fe571dae203094fd42d8fc9c83a2d483 (diff)
mobile: add experimental iUI based version
Diffstat (limited to 'mobile/logout.php')
-rw-r--r--mobile/logout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/logout.php b/mobile/logout.php
index 89db68464..b9cadaa5c 100644
--- a/mobile/logout.php
+++ b/mobile/logout.php
@@ -5,5 +5,5 @@
logout_user();
- header("Location: tt-rss.php");
+ header("Location: index.php");
?>