Ticket #2239: admin_domain_edit.php.patch
| File admin_domain_edit.php.patch, 406 bytes (added by TheCry, 2 years ago) |
|---|
-
domain_edit.php
471 471 // $user_props .= "$domain_ip;"; 472 472 $user_props .= "$domain_php;"; 473 473 $user_props .= "$domain_cgi;"; 474 $user_props .= "$allowbackup;"; 474 475 $user_props .= "$domain_dns"; 475 476 update_user_props($user_id, $user_props); 476 477
