소스 검색

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

吴昊天 3 년 전
부모
커밋
f99dd2612c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)) {