예제 #1
0
파일: imgboard.php 프로젝트: Bossgod/3ch
function usrdel($no, $pwd, $onlyimgdel)
{
    global $path, $pwdc, $onlyimgdel;
    require_once CORE_DIR . "/admin/delete.php";
    $del = new Delete();
    $del->userDel($no, $pwd, $onlyimgdel);
}