Imagenes en productos.

This commit is contained in:
2026-05-27 21:22:57 -03:00
parent b2e8021c02
commit e8f022ca7e
5 changed files with 215 additions and 5 deletions
+9
View File
@@ -23,3 +23,12 @@
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
<IfModule mod_php.c>
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value memory_limit 512M
</IfModule>
+4
View File
@@ -0,0 +1,4 @@
upload_max_filesize = 20M
post_max_size = 20M
max_execution_time = 300
memory_limit = 256M