From 7a37fded516452ec62ffb60124408b1120a81088 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Tue, 18 Oct 2005 20:22:51 +0000 Subject: =?UTF-8?q?bug=20165=20fixed=20:=20La=20largeur=20par=20d=EF=BF=BD?= =?UTF-8?q?=EF=BF=BDfaut=20en=20PIXELS=20pas=20en=20Kb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@900 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config_default.inc.php') 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 -- cgit v1.2.3