aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorlaurent.duretz <laurent.duretz@piwigo.org>2010-03-30 08:51:10 +0000
committerlaurent.duretz <laurent.duretz@piwigo.org>2010-03-30 08:51:10 +0000
commitd2a04ce9bf7ea8d5c4fd90658dd7c3e49abee392 (patch)
tree986d3ea6e4ac6e5f72a75e6c1a02caccbde2ff52 /include/config_default.inc.php
parent463d6f5f2f5ca21c955115aeb807b5f5fee534f7 (diff)
Issue 1521 : Adding explanations
git-svn-id: http://piwigo.org/svn/trunk@5470 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 19e64825c..78d5fea54 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -338,6 +338,7 @@ $conf['uniqueness_mode'] = 'md5sum';
// home_page : relative url of the homepage. Empty by default.
// It points to the index of the gallery.
// This parameter is used if home page is not index.php of the gallery.
+// We suggest avoid the names "index.htm" or "index.html" if you set $conf['php_extension_in_urls'] to false.
$conf['home_page'] = '';
// +-----------------------------------------------------------------------+