diff --git a/recv.php b/recv.php index fb776af..c8e3ede 100644 --- a/recv.php +++ b/recv.php @@ -1,4 +1,4 @@ -= $MAXLENGTH) { - @unlink($path); # because it's probably broken - rsperr('Request entity larger than or equal to '.$MAXLENGTH.' B', - '413 Request Entity Too Large'); + @unlink($path); # because it's probably broken + rsperr('Request entity larger than or equal to '.$MAXLENGTH.' B', + '413 Request Entity Too Large'); } # Respond with the url @@ -51,4 +51,4 @@ function pathfromid($id, $suffix='') { header('Content-Type: text/plain; charset=utf-8'); header('Content-Length: '.strlen($url)); echo $url; -?> +?> \ No newline at end of file