diff options
author | Phil Burton <philbeansburton@gmail.com> | 2013-02-15 12:34:29 +0000 |
---|---|---|
committer | Phil Burton <philbeansburton@gmail.com> | 2013-02-15 12:34:29 +0000 |
commit | 788706609cc540e3532e701b004cb02068e22a9f (patch) | |
tree | 3066b60a92ee18a1adb4552a101088678894a1a5 /submit.php | |
parent | da591d0326a826b4a5c7bede5e06dc3e453d4a79 (diff) |
Stopped being a retard.
Diffstat (limited to 'submit.php')
-rwxr-xr-x | submit.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ); |