From 58b18bff0f08daa482c7949e1487ffccf00463a5 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 22 Aug 2011 17:14:13 +0000 Subject: 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 --- include/config_default.inc.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/config_default.inc.php') 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) -- cgit v1.2.3