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');
 ?>

部分文件因为文件数量过多而无法显示