aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/stats.html')
-rw-r--r--frontend/stats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/stats.html b/frontend/stats.html
index 7113e86..e15e278 100644
--- a/frontend/stats.html
+++ b/frontend/stats.html
@@ -70,8 +70,8 @@ function loadIps() {
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 2 && xhr.status == 403) {
- alert("You must be logged in as an administrative user to view this page.\n\nAfter you're logged out, go to the main music page, and login with the admin creds.");
- window.location = "logout";
+ alert("You must be logged in to view this page.");
+ window.location = "/";
return;
}
if (xhr.readyState != 4)