overwhelmed

This commit is contained in:
msquare 2016-12-27 19:16:26 +01:00
parent 2840bb6198
commit ffc33993d4
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}
?>