diff options
author | plegall <plg@piwigo.org> | 2011-08-22 17:14:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-22 17:14:13 +0000 |
commit | 58b18bff0f08daa482c7949e1487ffccf00463a5 (patch) | |
tree | b4fc9a21d4b892a0c274958f818dc26f0e5e58be /include | |
parent | 24ab1e2467a178817735b9049e4a8a6612e13d41 (diff) |
feature 2413 added: move gallery_url configuration parameter from database to
local configuration file.
git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/config_default.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index f15ed0fb1..06d01a396 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -554,6 +554,11 @@ $conf['nb_logs_page'] = 300; // | urls | // +-----------------------------------------------------------------------+ +// gallery_url : you can set a specific URL for the home page of your +// gallery. This is for very specific use and you don't need to change this +// setting when move your gallery to a new directory or a new domain name. +$conf['gallery_url'] = null; + // question_mark_in_urls : the generated urls contain a ? sign. This can be // changed to false only if the server translates PATH_INFO variable // (depends on the server AcceptPathInfo directive configuration) |