summaryrefslogtreecommitdiff
path: root/urldecode.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-06-26 13:02:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-06-26 13:02:42 -0400
commit4dcae3738b30dc14812a6dc27684c66fd20141ec (patch)
tree1d27c851ecb2be5ddab016f626194c9c0f6ebd96 /urldecode.php
parent8e7089eeb4eef5d89e7bd97e284101992152721e (diff)
urldecode.sh should be named urldecode.php
Diffstat (limited to 'urldecode.php')
-rw-r--r--urldecode.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/urldecode.php b/urldecode.php
new file mode 100644
index 0000000..1666621
--- /dev/null
+++ b/urldecode.php
@@ -0,0 +1,5 @@
+#!/usr/bin/env php
+<?php
+
+$contents = file_get_contents('php://stdin');
+echo urldecode($contents);