summaryrefslogtreecommitdiff
path: root/submit.php
diff options
context:
space:
mode:
Diffstat (limited to 'submit.php')
-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");