SilentLittleCat 7 年之前
父節點
當前提交
1d7bb34eff
共有 2 個文件被更改,包括 11 次插入53 次删除
  1. 10 52
      .idea/workspace.xml
  2. 1 1
      source/module/portal/portal_index.php

文件差異過大導致無法顯示
+ 10 - 52
.idea/workspace.xml


+ 1 - 1
source/module/portal/portal_index.php

xqd
@@ -28,6 +28,6 @@ if(!$metadescription) {
 if(isset($_G['makehtml'])){
 	helper_makehtml::portal_index();
 }
-
+print_r(template('diy:portal/index'));exit();
 include_once template('diy:portal/index');
 ?>

部分文件因文件數量過多而無法顯示