chmod med modxcms
Jeg har et problem med at få filen config.inc.php til at blive sat til chmod 0444 (read only).Denne kode har jeg prøvet at sætte ind i en fil og lagt i mit rod bibliotek, men jeg får bare en fejl:
<?php
chmod("manager/includes/config.inc.php", 0444);
?>
Fejlen:
Warning: chmod() [function.chmod]: Permission denied in C:\wamp\www\Website\chmod.php on line 2
Hvad gør jeg galt?