We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07eb1d commit f29c34dCopy full SHA for f29c34d
web/add/web/index.php
@@ -333,7 +333,7 @@
333
334
// Flush field values on success
335
if (empty($_SESSION['error_msg'])) {
336
- $_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']));
337
unset($v_domain);
338
unset($v_aliases);
339
unset($v_ssl);
0 commit comments