Changeset 6411 for trunk/include/config_default.inc.php
- Timestamp:
- May 28, 2010, 9:58:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r6365 r6411 329 329 // If set true, the login "user" will equal "User" or "USER" or "user", 330 330 // etc. ... And it will be impossible to use such login variation to create a 331 // new user account. 331 // new user account. 332 332 $conf['insensitive_case_logon'] = false; 333 333 … … 335 335 // 'filename' 336 336 $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'] = '';343 337 344 338 // +-----------------------------------------------------------------------+ … … 464 458 // activate template debugging - a new window will appear 465 459 $conf['debug_template'] = false; 460 461 // save copies of sent mails into local data dir 462 $conf['debug_mail'] = false; 466 463 467 464 // die_on_sql_error: if an SQL query fails, should everything stop?
Note: See TracChangeset
for help on using the changeset viewer.