diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index 4a792541440e546771a89812a667107ee872b2a5..6384d3ca1de1def0a3f45c347ddfd63b061fd385 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -44,7 +44,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision); //** Application define('ISPC_APP_TITLE', 'ISPConfig'); -define('ISPC_APP_VERSION', '3.0.0.9'); +define('ISPC_APP_VERSION', '3.0.1.4'); //** Database diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index 1a962ec371ed5f4b9a80ef8eb22f7121d8ad645f..30e4aede8cdcc235b2b58d533913a6bb7ef200ad 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -472,8 +472,8 @@ class apache2_plugin { // 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