This commit is contained in:
toogee 2020-01-01 14:32:51 +08:00
parent 9c5643b3fd
commit 95d28c1128

View File

@ -83,20 +83,7 @@
<?php endif ?> <?php endif ?>
</td> </td>
</tr> </tr>
<tr>
<td>./data</td>
<td>可写</td>
<td>
<?php if (is_writable('../data')): ?> 可写
<?php else: ?> 不可写
<?php endif ?>
</td>
<td class="<?php if(is_writable('../data'))echo 'yes'; ?>">
<?php if (is_writable('../data')): ?>
<?php else: ?> ×
<?php endif ?>
</td>
</tr>
</table> </table>
<div class="inout1"> <div class="inout1">
<a href="/install/index/index">上一步</a> <a href="/install/index/index">上一步</a>
@ -108,7 +95,7 @@
</div> </div>
<script> <script>
function testClick() { function testClick() {
if ($('.yes').length != 6) { if ($('.yes').length != 5) {
alert('您的配置或权限不符合要求'); alert('您的配置或权限不符合要求');
} else { } else {
location.href = '/install/index/create'; location.href = '/install/index/create';