validate customer entered subdomains, fixes #1653
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -277,6 +277,13 @@ if ($page == 'overview') {
|
|||||||
|
|
||||||
$completedomain = $subdomain . '.' . $domain;
|
$completedomain = $subdomain . '.' . $domain;
|
||||||
|
|
||||||
|
if (Settings::Get('system.validate_domain') && ! validateDomain($completedomain)) {
|
||||||
|
standard_error(array(
|
||||||
|
'stringiswrong',
|
||||||
|
'mydomain'
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
if ($completedomain == Settings::Get('system.hostname')) {
|
if ($completedomain == Settings::Get('system.hostname')) {
|
||||||
standard_error('admin_domain_emailsystemhostname');
|
standard_error('admin_domain_emailsystemhostname');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user