forked from leftypol/leftypol
Remove excess
This commit is contained in:
parent
05c9326664
commit
6c20b0ab03
2 changed files with 27 additions and 58 deletions
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))));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue