增加数据库类型显示

This commit is contained in:
邹景立 2022-11-02 10:37:19 +08:00
parent cb1a1a263a
commit 9b5239ece8

View File

@ -161,7 +161,7 @@
</tr> </tr>
<tr> <tr>
<th class="nowrap text-center">运行环境</th> <th class="nowrap text-center">运行环境</th>
<td>{:ucfirst($request->server('SERVER_SOFTWARE',php_sapi_name()))} & PHP {$Think.const.PHP_VERSION}</td> <td>{:ucfirst($request->server('SERVER_SOFTWARE',php_sapi_name()))} & PHP {$Think.const.PHP_VERSION} & {:ucfirst(app()->db->connect()->getConfig('type'))}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>