mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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 Merge branch-1_7 2197:2198 into BSF git-svn-id: http://piwigo.org/svn/trunk@2199 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -0,0 +1,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;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user