diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-10-18 20:22:51 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-10-18 20:22:51 +0000 |
commit | 7a37fded516452ec62ffb60124408b1120a81088 (patch) | |
tree | 62755fb2d6a9f7d4298ea141ac36c30f1d1c9052 /include/config_default.inc.php | |
parent | 1e1bfdf0a592c31366d4b5154eefee672164e82e (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b6854946a..119aafde2 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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 |