//100AnselConfPHP
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Id: a6e80c41dcb0f3f9e6b5a07e76fb2bda605b5263 $
$conf['gallery']['downloadzip'] = false;
$conf['gallery']['customlabel'] = true;
$conf['maps']['providers'] = array('Google', 'Bing');
$conf['maps']['geocoder'] = 'Google';
$conf['maps']['driver'] = 'Horde';
$conf['images']['type'] = 'horde';
$conf['vfs']['src'] = 'php';
$conf['image']['type'] = 'png';
$conf['image']['autogen'] = '0';
$conf['image']['prettythumbs'] = true;
$conf['image']['squaremini'] = true;
$conf['image']['smartcrop'] = true;
$conf['image']['tiny'] = true;
$conf['image']['num_uploads'] = '5';
$conf['thumbnail']['perpage'] = '30';
$conf['thumbnail']['width'] = '150';
$conf['thumbnail']['height'] = '150';
$conf['thumbnail']['radius'] = '0.7';
$conf['thumbnail']['amount'] = '1';
$conf['thumbnail']['threshold'] = '0.05';
$conf['thumbnail']['unsharp'] = true;
$conf['screen']['width'] = '800';
$conf['screen']['height'] = '600';
$conf['screen']['radius'] = '0.5';
$conf['screen']['amount'] = '1.2';
$conf['screen']['threshold'] = '0.05';
$conf['screen']['unsharp'] = true;
$conf['ecard']['enable'] = true;
$conf['comments']['allow'] = 'never';
$conf['ansel_cache']['usecache'] = false;
$conf['tags']['relatedtags'] = true;
$conf['report_content']['driver'] = false;
$conf['ages']['limits'] = array();
$conf['ages']['hook'] = false;
$conf['faces']['driver'] = 'user';
$conf['faces']['search'] = '7';
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

