install
This commit is contained in:
parent
a34775c64a
commit
4206ca56d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/.idea
|
/.idea
|
||||||
/.vscode
|
/.vscode
|
||||||
|
/data
|
||||||
*.log
|
*.log
|
||||||
.env
|
.env
|
@ -68,20 +68,6 @@
|
|||||||
<?php else: ?> ×
|
<?php else: ?> ×
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</td>
|
</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>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>public</td>
|
<td>public</td>
|
||||||
@ -136,7 +122,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
function testClick() {
|
function testClick() {
|
||||||
if ($('.yes').length != 8) {
|
if ($('.yes').length != 7) {
|
||||||
alert('您的配置或权限不符合要求');
|
alert('您的配置或权限不符合要求');
|
||||||
} else {
|
} else {
|
||||||
location.href = '{:url('index/create')}';
|
location.href = '{:url('index/create')}';
|
||||||
|
Loading…
Reference in New Issue
Block a user