diff options
author | gweltas <gweltas@piwigo.org> | 2004-03-27 13:24:26 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-03-27 13:24:26 +0000 |
commit | 6a9c9eb91f349123850ddda0de18dde87f0565bb (patch) | |
tree | 28c5304252304a1197fb5a404c93f07b3fda6183 /include/config.inc.php | |
parent | a2fe0444de049196fe203883fb426aa18e6a4b35 (diff) |
- Split of infos.lang.php
git-svn-id: http://piwigo.org/svn/trunk@398 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config.inc.php')
-rw-r--r-- | include/config.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index 92d3a73cc..72211789e 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -53,6 +53,5 @@ $conf['document_ext'] = array('doc','pdf','zip'); $conf['top_number'] = 10; $conf['anti-flood_time'] = 60; // seconds between 2 comments : 0 to disable $conf['max_LOV_categories'] = 50; -$conf['default_style'] = 'default'; -$conf['default_lang'] = 'en_EN'; + ?> |