imgurl/tpl/user/install1.php

45 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<div class="layui-container">
<div class="layui-row" style = "margin-top:2em;">
<div class="layui-col-lg8 layui-col-md-offset2">
<center style = "margin-bottom:2em;"><h1>ImgURL安装向导1/3</h1></center>
<!-- 检测结果表格 -->
<table class="layui-table">
<colgroup>
<col width="220">
<col width="220">
<col>
</colgroup>
<thead>
<tr>
<th>目录/说明</th>
<th>要求</th>
<th>检测结果</th>
</tr>
</thead>
<tbody>
<tr>
<td>/</td>
<td>/</td>
<td><?php echo $statusarr['home']; ?></td>
</tr>
<tr>
<td>/db</td>
<td>读/写</td>
<td><?php echo $statusarr['db']; ?></td>
</tr>
<tr>
<td>组件</td>
<td>pdo_sqlite </td>
<td><?php echo $statusarr['pdo']; ?></td>
</tr>
</tbody>
</table>
<!-- 检测结果表格EDN -->
<!-- 下一步按钮 -->
<div>
<a href="./install.php?setup=2" class="layui-btn">下一步</a>
</div>
<!-- 下一步按钮END -->
</div>
</div>
</div>