소스 검색

debug title

stanley-king 7 년 전
부모
커밋
3250a7cd39
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mobile/control/mshop.php

+ 1 - 0
mobile/control/mshop.php

@@ -92,6 +92,7 @@ class mshopControl extends specialControl
     {
         $special_id = intval($_GET['special_id']);
         $title = $_GET['title'];
+        Log::record("title={$title}",Log::DEBUG);
         if($special_id <= 0) {
             $url = BASE_SITE_UdRL . "/mshop";
         }