Ignore:
Timestamp:
Aug 22, 2011, 7:14:13 PM (13 years ago)
Author:
plg
Message:

feature 2413 added: move gallery_url configuration parameter from database to
local configuration file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r11965 r11978  
    554554// |                                 urls                                  |
    555555// +-----------------------------------------------------------------------+
     556
     557// gallery_url : you can set a specific URL for the home page of your
     558// gallery. This is for very specific use and you don't need to change this
     559// setting when move your gallery to a new directory or a new domain name.
     560$conf['gallery_url'] = null;
    556561
    557562// question_mark_in_urls : the generated urls contain a ? sign. This can be
Note: See TracChangeset for help on using the changeset viewer.