Fix Client File Link

This commit is contained in:
johnnyq
2021-09-21 23:48:55 -04:00
parent 3a5ba00a52
commit e772f107e7
2 changed files with 2 additions and 2 deletions

View File

@@ -4703,7 +4703,7 @@ if(isset($_POST['add_file'])){
}
//Check File Size
if($file_size > 2097152){
if($file_size > 20097152){
$file_error = 1;
}