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

+ 1 - 0
public/index.php

@@ -15,6 +15,7 @@
 
 namespace think;
 
+die('转移数据库中');
 require __DIR__ . '/../thinkphp/base.php';
 
 Container::get('app')->run()->send();