aboutsummaryrefslogtreecommitdiffstats
path: root/tools/config.inc.php
blob: 6e74538fbb6cfba998b08438824102c03a550177 (plain)
1
2
3
4
5
6
7
8
<?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;
?>