source: trunk/tools/config_local.inc.php @ 870

Last change on this file since 870 was 870, checked in by plg, 19 years ago
  • update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not available anymore.
  • update: README files updated for very near branch 1.5 :-)
  • new: file tools/config_local.inc.php as example for optional include/config_local.inc.php
  • bug fixed: configuration parameter show_picture_name_on_title was useless
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 275 bytes
Line 
1<?php
2// this file is provided as an example. It does not modify the configuration
3// as long as it remains in "tools" directory. Move it to "include"
4// directory if you want to modify default configuration.
5
6$conf['prefix_thumbnail'] = 'thumb_';
7$conf['show_gt'] = true;
8?>
Note: See TracBrowser for help on using the repository browser.