summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-12-27 19:16:26 +0100
committermsquare <msquare@notrademark.de>2016-12-27 19:16:26 +0100
commitffc33993d4cea15d4d8a4af631afdd97c3567c36 (patch)
treece363cbb6ac45b4d4df04d59d67c663b605eca00
parent2840bb61988b242e7833232ad6ba56cd3f924854 (diff)
overwhelmed
-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);
}
?>