// Changed default limit of file upload
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15891 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<value>3</value>
|
||||
</configuration>
|
||||
<configuration id="PS_PRODUCT_PICTURE_MAX_SIZE" name="PS_PRODUCT_PICTURE_MAX_SIZE">
|
||||
<value>131072</value>
|
||||
<value>8388608</value>
|
||||
</configuration>
|
||||
<configuration id="PS_PRODUCT_PICTURE_WIDTH" name="PS_PRODUCT_PICTURE_WIDTH">
|
||||
<value>64</value>
|
||||
@@ -306,7 +306,7 @@
|
||||
<value>fr</value>
|
||||
</configuration>
|
||||
<configuration id="PS_ATTACHMENT_MAXIMUM_SIZE" name="PS_ATTACHMENT_MAXIMUM_SIZE">
|
||||
<value>2</value>
|
||||
<value>8</value>
|
||||
</configuration>
|
||||
<configuration id="PS_SMARTY_CACHE" name="PS_SMARTY_CACHE">
|
||||
<value>1</value>
|
||||
|
||||
Reference in New Issue
Block a user