예제 #1
0
파일: public.app.php 프로젝트: sunhk25/iCMS
 public function API_qrcode()
 {
     $url = iS::escapeStr($_GET['url']);
     iPHP::QRcode($url);
 }