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
This commit is contained in:
plegall
2011-08-22 17:14:13 +00:00
parent 24ab1e2467
commit 58b18bff0f
37 changed files with 122 additions and 41 deletions
+5
View File
@@ -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)