diff --git a/client_files.php b/client_files.php index 1bf60aac..063ce94d 100644 --- a/client_files.php +++ b/client_files.php @@ -87,7 +87,7 @@ $num_of_files = mysqli_num_rows($sql_files_images) + mysqli_num_rows($sql_files_ ?> - + " target="_blank" class="text-secondary"> " download="" class="text-secondary float-left ml-1"> diff --git a/post.php b/post.php index 87cea95a..db98b5cf 100644 --- a/post.php +++ b/post.php @@ -4703,7 +4703,7 @@ if(isset($_POST['add_file'])){ } //Check File Size - if($file_size > 2097152){ + if($file_size > 20097152){ $file_error = 1; }