Sfoglia il codice sorgente

判断文件权限

吴昊天 3 anni fa
parent
commit
08a5cad533
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 {