diff options
-rw-r--r-- | urldecode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urldecode.php b/urldecode.php index 1666621..3ebdcc2 100644 --- a/urldecode.php +++ b/urldecode.php @@ -1,4 +1,4 @@ -#!/usr/bin/env php +#!/usr/bin/php -n <?php $contents = file_get_contents('php://stdin'); |