install
This commit is contained in:
parent
9c5643b3fd
commit
95d28c1128
@ -83,20 +83,7 @@
|
||||
<?php endif ?>
|
||||
</td>
|
||||
</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>
|
||||
<div class="inout1">
|
||||
<a href="/install/index/index">上一步</a>
|
||||
@ -108,7 +95,7 @@
|
||||
</div>
|
||||
<script>
|
||||
function testClick() {
|
||||
if ($('.yes').length != 6) {
|
||||
if ($('.yes').length != 5) {
|
||||
alert('您的配置或权限不符合要求');
|
||||
} else {
|
||||
location.href = '/install/index/create';
|
||||
|
Loading…
Reference in New Issue
Block a user