autoconf - php example

This commit is contained in:
bunkerity
2020-12-05 16:30:50 +01:00
parent f3bf04e390
commit aae2a71983
5 changed files with 73 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
<?php
echo "Hello from app1 !";
?>

View File

@@ -0,0 +1,5 @@
<?php
echo "Hello from app2 !";
?>

View File

@@ -0,0 +1,5 @@
<?php
echo "Hello from app3 !";
?>