(06-24-2010 08:32 AM)joximu Wrote: I don't know.
If I (as reseller) edit the domain of a customer an change the backup from full to domain (safe it) and then back - I get the "full" again in the database (ispcp 1.0.5)
Maybe you have a look at this...
/reseller/domain_edit.php?edit_id=1
i find it in multiple files in gui, but most interresting is hosting_plan_add.php
Code:
'VL_BACKUPD' => ($hp_backup == '_dmn_') ? 'checked="checked"' : '',
'VL_BACKUPS' => ($hp_backup == '_sql_') ? 'checked="checked"' : '',
'VL_BACKUPF' => ($hp_backup == '_full_') ? 'checked="checked"' : '',
'VL_BACKUPN' => ($hp_backup == '_no_') ? 'checked="checked"' : '',
I thing this is all wrong (line 204/376)