tbrehm
2009-08-11 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b
server/plugins-available/apache2_plugin.inc.php
@@ -472,8 +472,8 @@
      // If the security level is set to high
      if($web_config['security_level'] == 20) {
         
         exec("chmod 711 ".escapeshellcmd($data["new"]["document_root"]."/"));
         exec("chmod 711 ".escapeshellcmd($data["new"]["document_root"])."/*");
         exec("chmod 751 ".escapeshellcmd($data["new"]["document_root"]."/"));
         exec("chmod 751 ".escapeshellcmd($data["new"]["document_root"])."/*");
         exec("chmod 710 ".escapeshellcmd($data["new"]["document_root"]."/web"));
         
         // make temp direcory writable for the apache user and the website user