From f5826d1ce1176e936984d8fe2e0c1eddfc352017 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 19 Feb 2019 11:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=A8=8B=E5=BA=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/install/view/index/check.html | 44 ++++++++++++++++++++--- public/static/upload/file/index.html | 1 + public/static/upload/images/index.html | 1 + public/static/upload/video/index.html | 1 + 4 files changed, 43 insertions(+), 4 deletions(-) create mode 100755 public/static/upload/file/index.html create mode 100755 public/static/upload/images/index.html create mode 100755 public/static/upload/video/index.html 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/file/index.html b/public/static/upload/file/index.html new file mode 100755 index 000000000..0519ecba6 --- /dev/null +++ b/public/static/upload/file/index.html @@ -0,0 +1 @@ + \ No newline at end of file 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