summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burton <philbeansburton@gmail.com>2013-02-15 12:30:17 +0000
committerPhil Burton <philbeansburton@gmail.com>2013-02-15 12:30:17 +0000
commit5b70dd6a30b16aa42602e4c22a50de820b13a1b7 (patch)
tree9843b8cf84f19393f72edc7427f0a72b36a3706b
parent60904c4e934841e1553e078e51120d3c3d274a75 (diff)
added ) to stop everything be broken. Bad commit. My Bad. Baaaa, like a sheep\!
-rwxr-xr-xsubmit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php
index 3270232..5c4da11 100755
--- a/submit.php
+++ b/submit.php
@@ -1,5 +1,5 @@
<?php
- if(isset($_POST["paste"] && $_POST["paste"] != "" ) {
+ if(isset($_POST["paste"] && $_POST["paste"] != "" ) ) {
$paste = $_POST["paste"];
$id = dechex(crc32($paste));
$fh = fopen($id, "w");