Skip to content

Commit d77bc7a

Browse files
committed
1 parent c6f5f00 commit d77bc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ function update($event_name,$data) {
473473
if($web_config['security_level'] == 20) {
474474

475475
exec("chmod 711 ".escapeshellcmd($data["new"]["document_root"]."/"));
476-
exec("chmod 711 ".escapeshellcmd($data["new"]["document_root"]."/*"));
476+
exec("chmod 711 ".escapeshellcmd($data["new"]["document_root"])."/*");
477477
exec("chmod 710 ".escapeshellcmd($data["new"]["document_root"]."/web"));
478478

479479
//* add the apache user to the client group

0 commit comments

Comments
 (0)