diff --git a/application/install/view/index/check.html b/application/install/view/index/check.html index 86f0a96a1..9c71bd37d 100644 --- a/application/install/view/index/check.html +++ b/application/install/view/index/check.html @@ -154,18 +154,54 @@ - - ./public/static/upload + + ./public/static/upload/file 可写 - + 可写 不可写 - + + √ + + × + + + + + ./public/static/upload/images + 可写 + + + 可写 + + 不可写 + + + + + √ + + × + + + + + ./public/static/upload/video + 可写 + + + 可写 + + 不可写 + + + + × diff --git a/public/static/upload/images/index.html b/public/static/upload/images/index.html new file mode 100755 index 000000000..0519ecba6 --- /dev/null +++ b/public/static/upload/images/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/static/upload/video/index.html b/public/static/upload/video/index.html new file mode 100755 index 000000000..0519ecba6 --- /dev/null +++ b/public/static/upload/video/index.html @@ -0,0 +1 @@ + \ No newline at end of file