wupengfei hace 3 años
padre
commit
44770274b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();