source: trunk/tools/create_listing_file_local.inc.php @ 3059

Last change on this file since 3059 was 2199, checked in by rub, 16 years ago

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

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 378 bytes
Line 
1<?php
2// this file is provided as an example.
3// Move it to "create_listing_file.php"
4// directory if you want to modify default configuration.
5
6// URL of main gallery
7// Example : http://www.my.domain/my/directory
8$conf['gallery'] = 'http://demo.piwigo.net/';
9
10$conf['file_ext'] = array_merge($conf['file_ext'], array('flv', 'FLV'));
11
12$conf['force_refresh_method'] =  true;
13
14?>
Note: See TracBrowser for help on using the repository browser.