48220bdf7b
Resolved issue 0000795: In create_listing_file.php, it's not safe mode but set_time_limit is disabled Merge branch-1_7 2197:2198 into BSF git-svn-id: http://piwigo.org/svn/trunk@2199 68402e56-0260-453c-a942-63ccdbb3a9ee
14 lines
No EOL
378 B
PHP
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;
|
|
|
|
?>
|