mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
feature 1522: Move config_local.inc.php to local/config/config.inc.php
git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -0,0 +1,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;
|
||||
?>
|
||||
Reference in New Issue
Block a user