This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
rht
/
ocp-arch-lab-materials
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
reorg, add php-hello
Grega Bremec
7 meses atrás
pai
8b212400cc
commit
01d11a49a8
4 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
3
0
labs/health/console/php-helloworld/index.php
0
0
labs/health/strategy/Dockerfile
0
0
labs/health/strategy/import.sh
0
0
labs/health/strategy/users.sql
+ 3
- 0
labs/health/console/php-helloworld/index.php
Ver arquivo
@@
-0
,
0
+
1
,
3
@@
+
<?php
+
print
"Hello, World! php version is "
. PHP_VERSION .
"\n"
;
+
?>
+ 0
- 0
labs/strategy/Dockerfile → labs/health/strategy/Dockerfile
Ver arquivo
+ 0
- 0
labs/strategy/import.sh → labs/health/strategy/import.sh
Ver arquivo
+ 0
- 0
labs/strategy/users.sql → labs/health/strategy/users.sql
Ver arquivo