Script.php: increase attachment size to 3MB.
parent
09e857bbf6
commit
69355029a8
|
@ -528,7 +528,7 @@ function checksize($file)
|
||||||
{
|
{
|
||||||
$result = $_FILES["$file"]['size']/(1024*1024);
|
$result = $_FILES["$file"]['size']/(1024*1024);
|
||||||
|
|
||||||
if($result > 1)
|
if($result > 3)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue