diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index 611fbc1c8275035eec15dc6ff2b9cc04576f4837..8832d98823f81fd033c1033393ad11f6ca426dfa 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -489,7 +489,7 @@ class apache2_plugin { $this->_exec("chmod 751 ".escapeshellcmd($data["new"]["document_root"])."/*"); $this->_exec("chmod 710 ".escapeshellcmd($data["new"]["document_root"]."/web")); - // make temp direcory writable for the apache user and the website user + // make temp directory writable for the apache and website users $this->_exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp")); $command = 'usermod'; @@ -534,7 +534,7 @@ class apache2_plugin { $this->_exec("chmod 755 ".escapeshellcmd($data["new"]["document_root"]."/*")); $this->_exec("chown root:root ".escapeshellcmd($data["new"]["document_root"]."/")); - // make temp direcory writable for the apache user and the website user + // make temp directory writable for the apache and website users $this->_exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp")); } @@ -1325,4 +1325,4 @@ class apache2_plugin { } // end class -?> \ No newline at end of file +?> diff --git a/server/plugins-available/cron_plugin.inc.php b/server/plugins-available/cron_plugin.inc.php index c2b4b3a80fb7871f5e8e7d5b0e96779595a4dc0e..eae2232db92b5ad9965484209ac030aff74a3e78 100644 --- a/server/plugins-available/cron_plugin.inc.php +++ b/server/plugins-available/cron_plugin.inc.php @@ -133,7 +133,7 @@ class cron_plugin { exec("setquota -T -u $username 604800 604800 -a &> /dev/null"); } - // make temp direcory writable for the apache user and the website user + // make temp directory writable for the apache and website users exec("chmod 777 ".escapeshellcmd($parent_domain["document_root"]."/tmp")); /** TODO READ CRON MASTER **/ @@ -236,4 +236,4 @@ class cron_plugin { } // end class -?> \ No newline at end of file +?>