piwigo/tools/create_listing_file_local.inc.php
rub 49b663ecec Resolved issue 0000794: Avoid to change create_listing_file.php on each version
Resolved issue 0000795: In create_listing_file.php, it's not safe mode but set_time_limit is disabled


git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2198 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-27 08:35:49 +00:00

14 lines
No EOL
378 B
PHP

<?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;
?>