blob: 8d914cf88d9497e15b69e1761c220fbd09d27224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
// this file is provided as an example.
// Move it to "create_listing_file.php"
// directory if you want to modify default configuration.
// URL of main gallery
// Example : http://www.my.domain/my/directory
$conf['gallery'] = 'http://demo.piwigo.net/';
$conf['file_ext'] = array_merge($conf['file_ext'], array('flv', 'FLV'));
$conf['force_refresh_method'] = true;
?>
|