예제 #1
0
파일: C_Ajax.php 프로젝트: Ivan-up/devblog
 public function action_get_cont_php_net()
 {
     if (M_Users::Instance()->Get() == null) {
         die;
     }
     $str = "";
     if (isset($_POST['url'])) {
         $str = M_Helpers::get_desc_func_from_php_net($_POST['url']);
     }
     echo $str;
 }