This website works better with JavaScript
Home
Explore
Help
Sign In
rht
/
ocp-arch-lab-materials
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
reorg, add php-hello
Grega Bremec
7 months ago
parent
8b212400cc
commit
01d11a49a8
4 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
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
View File
@@ -0,0 +1,3 @@
+<?php
+print "Hello, World! php version is " . PHP_VERSION . "\n";
+?>
+ 0
- 0
labs/strategy/Dockerfile → labs/health/strategy/Dockerfile
View File
+ 0
- 0
labs/strategy/import.sh → labs/health/strategy/import.sh
View File
+ 0
- 0
labs/strategy/users.sql → labs/health/strategy/users.sql
View File