summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burton <philbeansburton@gmail.com>2013-02-15 12:34:29 +0000
committerPhil Burton <philbeansburton@gmail.com>2013-02-15 12:34:29 +0000
commit788706609cc540e3532e701b004cb02068e22a9f (patch)
tree3066b60a92ee18a1adb4552a101088678894a1a5
parentda591d0326a826b4a5c7bede5e06dc3e453d4a79 (diff)
Stopped being a retard.
-rwxr-xr-xsubmit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php
index 5b2c79e..538fee9 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" );