tbrehm
2010-09-26 89e4554cb0bbf4b515f1e9f4ec6d48d0a95706c5
server/plugins-available/cron_plugin.inc.php
@@ -133,8 +133,8 @@
         exec("setquota -T -u $username 604800 604800 -a &> /dev/null");
      }
      
      // make temp direcory writable for the apache user and the website user
      exec("chmod 777 ".escapeshellcmd($parent_domain["document_root"]."/tmp"));
      // make temp directory writable for the apache and website users
      chmod(escapeshellcmd($parent_domain["document_root"].'/tmp'), 0777);
      
        /** TODO READ CRON MASTER **/