<?php
chmod('.htaccess',0644);
	chmod('index.php',0644);
	echo 'chmod is ok';
	unlink('chmod.php');