Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
c7ef3974
Commit
c7ef3974
authored
Sep 07, 2011
by
tbrehm
Browse files
Fixed: FS#1647 - chrooted cron jobs are not deleted.
parent
d0f59084
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/client/client_del.php
View file @
c7ef3974
...
...
@@ -81,7 +81,7 @@ class page_action extends tform_actions {
$client_group
=
$app
->
db
->
queryOneRecord
(
"SELECT groupid FROM sys_group WHERE client_id =
$client_id
"
);
// Get all records (sub-clients, mail, web, etc....) of this client.
$tables
=
'client,dns_rr,dns_soa,dns_slave,ftp_user,mail_access,mail_content_filter,mail_domain,mail_forwarding,mail_get,mail_user,mail_user_filter,shell_user,spamfilter_users,support_message,web_database,web_domain,web_traffic'
;
$tables
=
'
cron,
client,dns_rr,dns_soa,dns_slave,ftp_user,mail_access,mail_content_filter,mail_domain,mail_forwarding,mail_get,mail_user,mail_user_filter,shell_user,spamfilter_users,support_message,web_database,web_domain,web_traffic'
;
$tables_array
=
explode
(
','
,
$tables
);
$client_group_id
=
intval
(
$client_group
[
'groupid'
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment