summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 10:29:19 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 10:29:19 +0300
commit5fe4848b5a734bf48c118730af15d2497c1f3261 (patch)
tree669f67691d3c8dcbd3426adfb26ce9de5598c2f2 /functions.js
parent45e27f10f74f3665f4adc0c6ca31aa087ef07210 (diff)
reinstate redirecting login system (problems with Gears)
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 896b6029b..5c0564897 100644
--- a/functions.js
+++ b/functions.js
@@ -1503,7 +1503,7 @@ function fatalError(code, msg, ext_info) {
if (!ext_info) ext_info = "N/A";
if (code == 6) {
- window.location.href = "tt-rss.php?login";
+ window.location.href = "login.php";
} else if (code == 5) {
window.location.href = "update.php";
} else {