Add some Cloudlog info to debug page

(hopefully useful for future debugging)
这个提交包含在:
phl0 2023-01-30 15:54:57 +01:00
父节点 89f55c7595
当前提交 c56c21b611
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -5,6 +5,26 @@
<div class="row">
<div class="col">
<div class="card">
<div class="card-header">Cloudlog Information</div>
<div class="card-body">
<table width="100%">
<tr>
<td>Version</td>
<td><?php echo $this->config->item('app_version')."\n"; ?></td>
</tr>
<tr>
<td>Language</td>
<td><?php echo $this->config->item('language')."\n"; ?></td>
</tr>
<tr>
<td>Base URL</td>
<td><?php echo $this->config->item('base_url')."\n"; ?></td>
</tr>
</table>
</div>
</div>
<div class="card">
<div class="card-header">Server Information</div>
<div class="card-body">
@ -188,4 +208,4 @@
</div>
</div>
</div>
</div>