Update index.html

This commit is contained in:
邹景立 2022-10-19 11:18:57 +08:00
parent 179928801d
commit 569e2338e3

View File

@ -152,15 +152,15 @@
<td><a target="_blank" href="https://www.thinkphp.cn">ThinkPHP Version {$app->version()}</a></td>
</tr>
<tr>
<th class="nowrap text-center">管理程序</th>
<th class="nowrap text-center">基础程序</th>
<td><a target="_blank" href="https://thinkadmin.top">ThinkAdmin Version {$version|default='6.0.0'}</a></td>
</tr>
<tr>
<th class="nowrap text-center">服务器系统</th>
<th class="nowrap text-center">操作系统</th>
<td>{:php_uname()}</td>
</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>
</tr>
</tbody>