diff options
Diffstat (limited to 'script.php')
-rwxr-xr-x | script.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script.php b/script.php new file mode 100755 index 0000000..f18d5b7 --- /dev/null +++ b/script.php @@ -0,0 +1,3 @@ +<?php + echo "You win"; + ?> |