소스 검색

提交测试

18315626215 5 년 전
부모
커밋
c84f63a385
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/index.php

+ 1 - 0
public/index.php

@@ -20,5 +20,6 @@ if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
     exit;
 }
 
+
 // 加载框架引导文件
 require __DIR__ . '/../thinkphp/start.php';