PageRenderTime 35ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/chmod.php

https://bitbucket.org/marecki/orodlin-v.1
PHP | 19 lines | 17 code | 2 blank | 0 comment | 0 complexity | d46af89f5decd37cbdac8926e6da8b90 MD5 | raw file
  1. <?php
  2. chmod('/cache', 0777);
  3. chmod('/templates_c', 0777);
  4. chmod('/images/sigs/cache', 0777);
  5. chmod('/avatars', 0777);
  6. chmod('/images/tribes', 0777);
  7. chmod('/images/screens/', 0777);
  8. chmod('/Orodlin/adodb', 0777);
  9. chmod('/includes', 0777);
  10. chmod('/includes/main', 0777);
  11. chmod('ourlogs.txt', 0777);
  12. chmod('/counter/d_licznik.php', 0777);
  13. chmod('/counter/licznik.php', 0777);
  14. chmod('/counter/record.php', 0777);
  15. chmod('/counter/usersever.php', 0777);
  16. echo "DONE";
  17. ?>