Allow spaces in Full Names

This commit is contained in:
Serghey Rodin 2013-11-14 17:42:34 +02:00
commit d27cfa7590
3 changed files with 15 additions and 4 deletions

View file

@ -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