summaryrefslogtreecommitdiff
path: root/includes/pages/guest_login.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/guest_login.php')
-rw-r--r--includes/pages/guest_login.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php
index 437a3779..a4934be3 100644
--- a/includes/pages/guest_login.php
+++ b/includes/pages/guest_login.php
@@ -394,6 +394,7 @@ function get_register_hint() {
]);
}
- return error(_("Registration is disabled."), true);
+ //FIXME: return error(_("Registration is disabled."), true);
+ return error("Registration is <a href='https://engelsystem.de/33c3/overwhelmed.html'>disabled</a>.", true);
}
?>