Remove excess

This commit is contained in:
Savetheinternet 2010-11-05 02:20:19 +11:00
parent 05c9326664
commit 6c20b0ab03
2 changed files with 27 additions and 58 deletions

View file

@ -80,12 +80,9 @@
if($post['has_file']) {
$size = $_FILES['file']['size'];
if($size > MAX_FILESIZE)
error(sprintf3(ERR_FILESIZE, array(
<<<<<<< HEAD
'sz'=>commaize($size),
=======
'filesz'=>commaize($size),
>>>>>>> 6cdaed486e6c373b52f639d3e92d7365242f6a89
error(sprintf3(ERR_FILESIZE, array(
'sz'=>commaize($size),
'filesz'=>commaize($size),
'maxsz'=>commaize(MAX_FILESIZE))));
}