summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burton <philbeansburton@gmail.com>2013-02-14 13:53:59 +0000
committerPhil Burton <philbeansburton@gmail.com>2013-02-14 13:53:59 +0000
commit0e508f7e42fa06647dbf9623f2ea86d2c52744d4 (patch)
treedd72fd18d10e5fc892d7ff17fcda2272445322af
parent14629f131bc40b09c587da3d19d764cd803524e9 (diff)
removed random ) from header()
-rwxr-xr-xsubmit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php
index 1295739..40bd75e 100755
--- a/submit.php
+++ b/submit.php
@@ -16,7 +16,7 @@
fclose($fh);
- $out = "<p>Paste Added: <a href='http://p.of.je/$id'>http://p.of.je/$id</a></p>");
+ $out = "<p>Paste Added: <a href='http://p.of.je/$id'>http://p.of.je/$id</a></p>";
header("Location: http://p.of.je/$id");
?>