Przeglądaj źródła

判断文件权限

吴昊天 3 lat temu
rodzic
commit
08a5cad533
1 zmienionych plików z 0 dodań i 1 usunięć
  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 {