diff options
Diffstat (limited to 'urlencode.php')
-rw-r--r-- | urlencode.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urlencode.php b/urlencode.php index 53ffec8..c40263d 100644 --- a/urlencode.php +++ b/urlencode.php @@ -1,5 +1,6 @@ #!/usr/bin/php -n <?php +# Copyright (C) 2011, 2014 Luke Shumaker <lukeshu@sbcglobal.net> $contents = file_get_contents('php://stdin'); echo urlencode($contents); |