0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

create-domain.php: fix for bug 1831720

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@223 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin 2007-11-14 21:19:10 +00:00
parent 0ee06175d4
commit f1321de6b4

View File

@ -58,8 +58,10 @@ if ($_SERVER['REQUEST_METHOD'] == "POST")
if(isset($_POST[$key]) && !empty($POST[$key])) {
$$key = escape_string($_POST[$key]);
}
else {
$$key = $default;
}
}
if (empty ($fDomain) or domain_exist ($fDomain) or !check_domain ($fDomain))
{