This commit is contained in:
krakjoe 2013-11-10 14:43:46 +00:00
parent 5c866a9f13
commit 2977840a4a
5 changed files with 34 additions and 1 deletions

View file

@ -1,3 +1,6 @@
<?php
echo "Hello World\n";
if (isset($greeting)) {
echo $greeting;
}
?>