wupengfei il y a 3 ans
Parent
commit
44770274b5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();