mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-09 04:19:32 +08:00
delete session:db
This commit is contained in:
parent
5bdfb057b3
commit
5483e64656
@ -150,6 +150,8 @@ EOT;
|
||||
Session::flash('install_success', true);
|
||||
// 删除sql文件
|
||||
@unlink($rootPath . 'install.sql');
|
||||
// 删除session
|
||||
Session::delete('db');
|
||||
return $this->success('设置成功');
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user