fix base adress
This commit is contained in:
parent
778a610c7d
commit
1eef7b312b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ $label_noimages = "No images"; //Empty folder text
|
||||||
$label_loading = "Loading..."; //Thumbnail loading text
|
$label_loading = "Loading..."; //Thumbnail loading text
|
||||||
|
|
||||||
//RSS SETTINGS
|
//RSS SETTINGS
|
||||||
$gallery_link = "./"; //don't forget the final / !
|
$gallery_link = "http://you.minigal.adress/"; //don't forget the final / !
|
||||||
$description = "MiniGal Nano";
|
$description = "MiniGal Nano";
|
||||||
$nb_items_rss = 25; //number ef elements to display in the feed. If you add a lot of pictures at the time, consider increasing this number
|
$nb_items_rss = 25; //number ef elements to display in the feed. If you add a lot of pictures at the time, consider increasing this number
|
||||||
$SkipExts = array('html', 'txt', 'php', "gitignore"); //Files with one of this extension will not be displayed on the RSS feed
|
$SkipExts = array('html', 'txt', 'php', "gitignore"); //Files with one of this extension will not be displayed on the RSS feed
|
||||||
|
|
Loading…
Reference in a new issue