svn: /web/doc-editor/trunk/scripts/cron/ update_data.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 29 Nov 2009 14:48:24 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291426
Log:
chmod 777 all file
Changed paths:
U web/doc-editor/trunk/scripts/cron/update_data.php
Modified: web/doc-editor/trunk/scripts/cron/update_data.php
===================================================================
--- web/doc-editor/trunk/scripts/cron/update_data.php 2009-11-29 14:47:44 UTC (rev 291425)
+++ web/doc-editor/trunk/scripts/cron/update_data.php 2009-11-29 14:48:24 UTC (rev 291426)
@@ -16,7 +16,7 @@
$rm->updateRepository();
// After update the repo, we need to chmod all file to be able to save it again as www server user & group
-$cmd = "cd ".DOC_EDITOR_VCS_PATH."; chmod -R 775 ./; chown -R ".DOC_EDITOR_WWW_USER.":".DOC_EDITOR_WWW_GROUP." ./";
+$cmd = "cd ".DOC_EDITOR_VCS_PATH."; chmod -R 777 ./; chown -R ".DOC_EDITOR_WWW_USER.":".DOC_EDITOR_WWW_GROUP." ./";
exec($cmd);
// Clean Up DB