Ignore:
Timestamp:
May 28, 2010, 9:58:51 PM (14 years ago)
Author:
rvelices
Message:

merge r6368,6410 from branch-2.1 to trunk

  • merged the linkroot integration with the existing gallery_url (unique $confgallery_url used for RSS, mail homepage root in the browse path)
  • added an option $confdebug_mail - if set all outgoing mails are saved into local_data_dir
File:
1 edited

Legend:

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

    r6365 r6411  
    329329// If set true, the login "user" will equal "User" or "USER" or "user",
    330330// etc. ... And it will be impossible to use such login variation to create a
    331 // new user account. 
     331// new user account.
    332332$conf['insensitive_case_logon'] = false;
    333333
     
    335335// 'filename'
    336336$conf['uniqueness_mode'] = 'md5sum';
    337 
    338 // home_page : relative url of the homepage. Empty by default.
    339 // It points to the index of the gallery.
    340 // This parameter is used if home page is not index.php of the gallery.
    341 // We suggest avoid the names "index.htm" or "index.html" if you set $conf['php_extension_in_urls'] to false.
    342 $conf['home_page'] = '';
    343337
    344338// +-----------------------------------------------------------------------+
     
    464458// activate template debugging - a new window will appear
    465459$conf['debug_template'] = false;
     460
     461// save copies of sent mails into local data dir
     462$conf['debug_mail'] = false;
    466463
    467464// die_on_sql_error: if an SQL query fails, should everything stop?
Note: See TracChangeset for help on using the changeset viewer.