1673892026
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 git-svn-id: http://piwigo.org/svn/trunk@870 68402e56-0260-453c-a942-63ccdbb3a9ee
8 lines
No EOL
275 B
PHP
8 lines
No EOL
275 B
PHP
<?php
|
|
// this file is provided as an example. It does not modify the configuration
|
|
// as long as it remains in "tools" directory. Move it to "include"
|
|
// directory if you want to modify default configuration.
|
|
|
|
$conf['prefix_thumbnail'] = 'thumb_';
|
|
$conf['show_gt'] = true;
|
|
?>
|