mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
fix for empty web domain alias
This commit is contained in:
parent
fd79f3983a
commit
b0c07020db
2 changed files with 4 additions and 2 deletions
|
@ -58,6 +58,7 @@ if (!empty($_POST['ok'])) {
|
|||
$aliases_arr = array_filter($aliases_arr);
|
||||
$aliases = implode(",",$aliases_arr);
|
||||
$aliases = escapeshellarg($aliases);
|
||||
if (empty($_POST['v_aliases'])) $aliases = 'none';
|
||||
|
||||
// Define proxy extensions
|
||||
$v_proxy_ext = $_POST['v_proxy_ext'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue