more removing of aps/autoresponder/backup

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-05 08:37:58 +01:00
parent f855bb7f4e
commit eca5265735
74 changed files with 26 additions and 2376 deletions

View File

@@ -179,11 +179,6 @@ if ($page == 'domains'
if (isset($_POST['send'])
&& $_POST['send'] == 'send'
) {
//check for APS packages used with this domain, #110
if (domainHasApsInstances($id)) {
standard_error('domains_cantdeletedomainwithapsinstances');
}
// check for deletion of main-domains which are logically subdomains, #329
$rsd_sql = '';
$remove_subbutmain_domains = isset($_POST['delete_userfiles']) ? 1 : 0;