فهرست منبع

判断文件权限

吴昊天 3 سال پیش
والد
کامیت
08a5cad533
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      crmeb/public/install/templates/step2.php

+ 0 - 1
crmeb/public/install/templates/step2.php

@@ -146,7 +146,6 @@
                 <?php
                 foreach ($file as $filename) {
                     $filedir = APP_DIR . $filename;
-                    @fopen($filedir, "w");
                     if (testwrite($filedir)) {
                         $w = '<span class="correct_span">&radic;</span>可写 ';
                     } else {