Chmod Files

Code:

<?php
// Read and write for owner, nothing for everybody else
chmod("tmt.cgi",0755);
?>

0 comments:

Post a Comment