mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 03:25:52 +02:00
Fix var name
v_domain - not a constant
This commit is contained in:
@@ -333,7 +333,7 @@ if (!empty($_POST['ok'])) {
|
||||
|
||||
// Flush field values on success
|
||||
if (empty($_SESSION['error_msg'])) {
|
||||
$_SESSION['ok_msg'] = __('WEB_DOMAIN_CREATED_OK',htmlentities($_POST[v_domain]),htmlentities($_POST[v_domain]));
|
||||
$_SESSION['ok_msg'] = __('WEB_DOMAIN_CREATED_OK',htmlentities($_POST['v_domain']),htmlentities($_POST['v_domain']));
|
||||
unset($v_domain);
|
||||
unset($v_aliases);
|
||||
unset($v_ssl);
|
||||
|
||||
Reference in New Issue
Block a user