Home >php教程 >php手册 >OneThink V1.0系统本地安装不了的问题解决备忘

OneThink V1.0系统本地安装不了的问题解决备忘

WBOY
WBOYOriginal
2016-06-07 11:36:261161browse

参考:http://www.onethink.cn/topic/1586.html #2楼
注释掉Application\Install\Controller\InstallController.class.php文件中的92行和103行即可:
//$this->redirect('step1');
//$this->redirect('step2');

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:ThinkerblogNext article:thinkphp清除BOM方法