qibosoftEdit.txt 950 B

123456789101112131415161718192021222324252627282930313233
  1. \thinkphp\library\think\Template.php
  2. 修改函数parseTemplateFile($template)
  3. \thinkphp\library\think\Template.php
  4. 178行及215行增加 (defined('TPL_CACHE_PRE') ? TPL_CACHE_PRE : '') .
  5. \thinkphp\library\think\Template.php
  6. 184行增加如下代码.非必须
  7. if(input('get.md5template')&&login_user('groupid')==3){file_put_contents($template.'.md5',preg_replace('/<\?php if \(!defined\(\'THINK_PATH\'\)\) exit\(\); \/\*([^\*]+)\*\/ \?>/is', '<?php if (!defined(\'ROOT_PATH\')) exit();?>', file_get_contents($cacheFile)));}
  8. \thinkphp\library\think\db\Query.php
  9. 1561行,解决一个BUG
  10. library\think\Model.php
  11. 1721行,解决指针不在首位的问题
  12. thinkphp\library\think\App.php
  13. 152行 增加对pjax 的设置项 配置文件增加 'default_pjax_return' => 'html',
  14. library\think\Request.php
  15. 406 齐博增加,解决部分服务器的兼容问题
  16. \thinkphp\helper.php
  17. 282行 url函数修改过
  18. \thinkphp\library\traits\controller\Jump.php
  19. 47行与88行,分别把1与0调换了一下.