summaryrefslogtreecommitdiff
path: root/includes/pages
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-07-20 02:10:53 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2017-07-20 02:10:53 +0200
commitd4ad70804be9d310787b98fcdce51b3697967d22 (patch)
treeb8550bfb8ea177f7978ecbcbd5448eb5268e7223 /includes/pages
parent7d5d905fcf03a67f606154feee6173581640708f (diff)
Removed overwhelmed page
Diffstat (limited to 'includes/pages')
-rw-r--r--includes/pages/guest_login.php3
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);
}