formation hace 5 años
padre
commit
4e536a24e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/index.php

+ 1 - 1
src/index.php

@@ -2,7 +2,7 @@
 
 $dbh=new PDO('mysql:host=mysql;port=3306;dbname=app', 'app' , 'app');
 #var_dump($dbh);
-echo'ok';
+echo'test push';
 
 phpinfo();
 ?>