This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 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 |
|
| 17 |
echo "DONE";
|
| 18 |
|
| 19 |
?> |