소스 검색

debug wechat

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

+ 1 - 0
mobile/control/fcode.php

@@ -10,6 +10,7 @@ require_once(BASE_ROOT_PATH . '/helper/fcode/operator.php');
 require_once(BASE_ROOT_PATH . '/helper/fcode/mfcode.php');
 require_once(BASE_ROOT_PATH . '/helper/session_helper.php');
 require_once (BASE_ROOT_PATH . '/helper/third_author/wxauthor.php');
+require_once (BASE_ROOT_PATH . '/helper/login_helper.php');
 
 class fcodeControl extends mobileControl
 {