diff options
author | Phil Burton <philbeansburton@gmail.com> | 2013-02-14 13:53:59 +0000 |
---|---|---|
committer | Phil Burton <philbeansburton@gmail.com> | 2013-02-14 13:53:59 +0000 |
commit | 0e508f7e42fa06647dbf9623f2ea86d2c52744d4 (patch) | |
tree | dd72fd18d10e5fc892d7ff17fcda2272445322af /submit.php | |
parent | 14629f131bc40b09c587da3d19d764cd803524e9 (diff) |
removed random ) from header()
Diffstat (limited to 'submit.php')
-rwxr-xr-x | submit.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); ?> |