mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
bug 165 fixed : La largeur par d��faut en PIXELS pas en Kb
git-svn-id: http://piwigo.org/svn/trunk@900 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -349,7 +349,7 @@ $conf['upload_maxfilesize'] = 200;
|
||||
$conf['upload_maxheight'] = 800;
|
||||
|
||||
// upload_maxwidth: maximum width authorized for the uploaded images. In
|
||||
// kilobytes.
|
||||
// pixels.
|
||||
$conf['upload_maxwidth'] = 800;
|
||||
|
||||
// upload_maxheight_thumbnail: maximum height authorized for the uploaded
|
||||
|
||||
Reference in New Issue
Block a user