mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user