From 3794c03cfe540e03394b22500c8d7f6501257fe0 Mon Sep 17 00:00:00 2001 From: B Vikas Chandra <48272577+vikaschandrab@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:50:56 +0530 Subject: [PATCH] removed unwanted code --- public/.htaccess | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 776e183..3aec5e2 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -19,9 +19,3 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] - -# Increase file upload limits -php_value upload_max_filesize 50M -php_value post_max_size 50M -php_value max_execution_time 300 -php_value max_input_time 300