summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-07 02:29:47 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-07 02:29:47 -0500
commiteaf6c424458c0bcfc5153188e3b056b794e09183 (patch)
treeb1c2a2a445f2b419fb04ed47bcfbf54fe8e7f0b5
parent1c3ff57ac6086b3ff91d3c66de878a66e2493bc0 (diff)
urldecode: pass the '-n' flag to php
-rw-r--r--urldecode.php2
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');