Merge remote-tracking branch 'origin/removal'

This commit is contained in:
Michael Kaufmann (d00p)
2013-12-05 09:02:40 +01:00
106 changed files with 107 additions and 8795 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;