Example #1
0
 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;
 }