소스 검색

we7修复

dyjh 6 년 전
부모
커밋
f0e81d9960
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      module.php

+ 1 - 0
module.php

xqd
@@ -5,6 +5,7 @@ $entry = '/public/';
 
 if (file_exists(__DIR__ . $entry)) {
     global $_W;
+    print_r($_W);die;
     $wUser = [
         'uid' => $_W['user']['uid'],
         'name' => $_W['user']['name'],