BEGIN { ($ENV{PERLINIT}||'') =~ /(.+)/s and eval $1 }
+use utf8;
use Fcntl qw(:flock :seek :mode);
# import from fex.ph
}
unless (@local_hosts and ipin($ra,@local_hosts) or
- @local_rhosts and ipin($ra,@local_rhosts)) {
+ @local_rdomains and @local_rhosts and
+ (not @registration_hosts or ipin($ra,@registration_hosts))) {
html_error($error,
"Registrations from your host ($ra) are not allowed.",
"Contact $ENV{SERVER_ADMIN} for details."
pq(qq(
'</pre>'
'<p><hr><p>'
- '<a href="http://fex.rus.uni-stuttgart.de/users.html">User types overview</a>'
+ '<a href="/users.html">User types overview</a>'
'</body></html>'
));
} else {