From 1eef7b312b21ea17b04f020da772911cb7970d2a Mon Sep 17 00:00:00 2001 From: Tom Canac Date: Wed, 30 Apr 2014 23:09:36 +0200 Subject: [PATCH] fix base adress --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 2a670cb..57e269f 100755 --- a/config.php +++ b/config.php @@ -38,7 +38,7 @@ $label_noimages = "No images"; //Empty folder text $label_loading = "Loading..."; //Thumbnail loading text //RSS SETTINGS -$gallery_link = "./"; //don't forget the final / ! +$gallery_link = "http://you.minigal.adress/"; //don't forget the final / ! $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 $SkipExts = array('html', 'txt', 'php', "gitignore"); //Files with one of this extension will not be displayed on the RSS feed