Last change
on this file since 8434 was
3282,
checked in by plg, 15 years ago
|
change: according to topic:15067, svn:keywords property was removed
|
-
Property svn:eol-style set to
LF
|
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.