Przeglądaj źródła

【程序目录】更新安装程序

吴昊天 2 lat temu
rodzic
commit
f99dd2612c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      crmeb/public/install/index.php

+ 1 - 0
crmeb/public/install/index.php

@@ -122,6 +122,7 @@ switch ($step) {
         $folder = array(
             'public',
             'runtime',
+            'backup',
         );
         foreach ($folder as $dir) {
             if (!is_file(APP_DIR . $dir)) {