## 數據庫修改
### 數據庫配置文件路徑
數據庫配置文件:`/data/config.php`
修改后建立新建數據庫配置文件 `/database/laysbs.php`
### 引用多數據庫修改
修改文件路徑 `/thinksaas/thinksaas.php`21行
```
//安裝配置文件,數據庫配置判斷
if (!is_file('data/config.inc.php')) {
include 'install/index.php';
exit;
}
```