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