<?php
$cmd = "chmod -R 777 attach";
@exec($cmd);
echo "변경되었습니다.";
?>
-_-;
183