示例#1
0
 private function clearAvatarAction()
 {
     $dir = Path::USERIMG_UPLOAD_DIR . Session::get('user_id');
     Helper::clearDir($dir);
 }