From e772f107e7c37419a222aeb5cc89d58f9bf9d6ed Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 21 Sep 2021 23:48:55 -0400 Subject: [PATCH] Fix Client File Link --- client_files.php | 2 +- post.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }