From 52a3531e7e140077c7fd4ce82acfc085091fffb0 Mon Sep 17 00:00:00 2001 From: gweltas Date: Wed, 28 Jul 2004 17:21:58 +0000 Subject: Installation procedure update git-svn-id: http://piwigo.org/svn/trunk@463 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/config.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/config.sql') diff --git a/install/config.sql b/install/config.sql index 9cf500ab4..f23f29ff6 100644 --- a/install/config.sql +++ b/install/config.sql @@ -3,7 +3,7 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('prefix_thumbnail','TN-','thumbnails filename prefix'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('webmaster','','webmaster login'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('mail_webmaster','','webmaster mail'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('default_lang','en_EN','Default gallery language'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('default_lang','en_UK.iso-8859-1','Default gallery language'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('default_style','default','Default gallery style'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('access','free','access type to your gallery (free|restricted)'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('session_id_size','4','length of session identifiers'); -- cgit v1.2.3