summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-01 10:43:54 +0100
committerAndrew Dolgov <[email protected]>2007-03-01 10:43:54 +0100
commit01a87dff9efecf9070b652f59a52e55bd2db1906 (patch)
treecdb2be616dfae0a8b8c8a1e9f31bf167ba84e6f7 /backend.php
parent81596c6612ed98ea2d648300e28bbe1661d97165 (diff)
rework login process, drop http auth
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 4aaec48ad..b4eeaf5e0 100644
--- a/backend.php
+++ b/backend.php
@@ -51,9 +51,9 @@
<p>Error: Not logged in.</p>
<script type=\"text/javascript\">
if (parent.window != 'undefined') {
- parent.window.location = \"login.php\";
+ parent.window.location = \"tt-rss.php\";
} else {
- window.location = \"login.php\";
+ window.location = \"tt-rss.php\";
}
</script>
</body></html>