Ticket #2239: reseller_domain_edit.php.patch
| File reseller_domain_edit.php.patch, 406 bytes (added by TheCry, 2 years ago) |
|---|
-
domain_edit.php
489 489 // $user_props .= "$domain_ip;"; 490 490 $user_props .= "$domain_php;"; 491 491 $user_props .= "$domain_cgi;"; 492 $user_props .= "$allowbackup;"; 492 493 $user_props .= "$domain_dns"; 493 494 update_user_props($user_id, $user_props); 494 495
