Remove excess
This commit is contained in:
9
post.php
9
post.php
@@ -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))));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user