Changeset 1059 for trunk/include/config_default.inc.php
- Timestamp:
- Feb 28, 2006, 5:28:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r1057 r1059 91 91 $conf['calendar_datefield'] = 'date_creation'; 92 92 93 // calendar_multi_bar : the calendar shows a maximum number of 93 // calendar_multi_bar : the calendar shows a maximum number of 94 94 // year/month/week/day navigation bars 95 95 $conf['calendar_multi_bar'] = true; … … 98 98 // year/month/week/day navigation bars 99 99 $conf['calendar_show_any'] = true; 100 101 // calendar_show_empty : the calendar shows month/weeks/days even if there are 102 //no elements for these 103 $conf['calendar_show_empty'] = true; 100 104 101 105 // newcat_default_commentable : at creation, must a category be commentable … … 250 254 // for PHP version newer than 4.1.2 : 251 255 // $conf['show_exif_fields'] = array('CameraMake','CameraModel','DateTime'); 252 // 256 // 253 257 $conf['show_exif_fields'] = array( 254 258 'Make', … … 271 275 // +-----------------------------------------------------------------------+ 272 276 273 // session_use_cookies: specifies to use cookie to store 277 // session_use_cookies: specifies to use cookie to store 274 278 // the session id on client side 275 279 $conf['session_use_cookies'] = true; 276 280 277 // session_use_only_cookies: specifies to only use cookie to store 281 // session_use_only_cookies: specifies to only use cookie to store 278 282 // the session id on client side 279 283 $conf['session_use_only_cookies'] = true; … … 285 289 $conf['session_name'] = 'pwg_id'; 286 290 287 // session_save_handler: comment the line below 291 // session_save_handler: comment the line below 288 292 // to use file handler for sessions. 289 293 $conf['session_save_handler'] = 'db';
Note: See TracChangeset
for help on using the changeset viewer.