This commit is contained in:
WispX
2018-10-12 23:47:32 +08:00
parent 8ec5417994
commit d6589a5e31
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class Install extends Controller
}
Session::flash('install_success', true);
// 删除sql文件
@unlink($rootPath . 'install.sql');
//@unlink($rootPath . 'install.sql');
return $this->success('设置成功');
}
break;