diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-07-20 02:10:53 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-07-20 02:10:53 +0200 |
commit | d4ad70804be9d310787b98fcdce51b3697967d22 (patch) | |
tree | b8550bfb8ea177f7978ecbcbd5448eb5268e7223 /includes | |
parent | 7d5d905fcf03a67f606154feee6173581640708f (diff) |
Removed overwhelmed page
Diffstat (limited to 'includes')
-rw-r--r-- | includes/pages/guest_login.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 858ced80..106db33a 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -488,6 +488,5 @@ function get_register_hint() ]); } - //@TODO: FIXME: return error(_('Registration is disabled.'), true); - return error('Registration is <a href="https://engelsystem.de/33c3/overwhelmed.html">disabled</a>.', true); + return error(_('Registration is disabled.'), true); } |