mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Allow spaces in Full Names
This commit is contained in:
parent
b972002404
commit
d27cfa7590
3 changed files with 15 additions and 4 deletions
|
@ -120,6 +120,8 @@ if ($_SESSION['user'] == 'admin') {
|
|||
exec (VESTA_CMD."v-change-user-name ".$v_username." ".$v_fname." ".$v_lname, $output, $return_var);
|
||||
check_return_code($return_var,$output);
|
||||
unset($output);
|
||||
$v_fname = $_POST['v_fname'];
|
||||
$v_lname = $_POST['v_lname'];
|
||||
}
|
||||
|
||||
// Change NameServers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue