diff options
author | Phil Burton <philbeansburton@gmail.com> | 2015-10-19 12:04:39 +0100 |
---|---|---|
committer | Phil Burton <philbeansburton@gmail.com> | 2015-10-19 12:04:39 +0100 |
commit | cc50f93b5f05ff043ee885128665626f086e96cd (patch) | |
tree | 2210263b97b125224ea57d84056c04ab6f463b45 | |
parent | e3aadde90723c481a4fef5e85dbb7b2ed82bbe55 (diff) |
removed the spaces from the first line
-rwxr-xr-x | blapaste.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blapaste.php b/blapaste.php index f3b2815..6dd8179 100755 --- a/blapaste.php +++ b/blapaste.php @@ -1,4 +1,4 @@ - #!/usr/bin/php +#!/usr/bin/php <?php $stdin = fopen("php://stdin", "r"); $paste = ""; |