diff options
Diffstat (limited to 'Lab06/test.php')
-rwxr-xr-x | Lab06/test.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lab06/test.php b/Lab06/test.php new file mode 100755 index 0000000..61f68d9 --- /dev/null +++ b/Lab06/test.php @@ -0,0 +1,5 @@ +<?php +echo "Hello world"; + +?> + |