Skip to content

Commit a39c363

Browse files
author
mcramer
committed
Bugfix: web folder protection was not re-added after deleting subdomains/aliasdomains
1 parent fea5e7c commit a39c363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,7 @@ function delete($event_name,$data) {
16061606
}
16071607

16081608
}
1609+
if($data['old']['type'] != 'vhost') $app->system->web_folder_protection($data['old']['document_root'],true);
16091610
}
16101611

16111612
//* This function is called when a IP on the server is inserted, updated or deleted

0 commit comments

Comments
 (0)