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'],