PHP 권한이 필요한 파일 삭제하기

Mr.키아 2018.02.05 22:36:03

<?php
@exec('chmod -R '.$type.' 삭제할 파일 경로');
echo "ok ".$type;
?>

 

#php #프로그래밍 #삭제 #컴파일