コード例 #1
0
ファイル: majax.php プロジェクト: adncentral/mapi-geoCMS
 public function majax()
 {
     if (!MValidate::is_ajax()) {
         die;
     }
 }