wupengfei 3 년 전
부모
커밋
44770274b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

@@ -16,5 +16,5 @@
 namespace think;
 
 require __DIR__ . '/../thinkphp/base.php';
-
+var_dump(888);
 Container::get('app')->run()->send();