# HG changeset patch # User Matti Hamalainen # Date 1545216038 -7200 # Node ID 108b354ea2ea06219742d92fb47ae708e9489cc1 # Parent 92ce2185bbb390b74ab8f0d076e1546983a5787b Rename default gallery info file from "gallery.info" to "mgallery.info". diff -r 92ce2185bbb3 -r 108b354ea2ea mgallery.inc.php --- a/mgallery.inc.php Sun Dec 16 17:46:47 2018 +0200 +++ b/mgallery.inc.php Wed Dec 19 12:40:38 2018 +0200 @@ -64,7 +64,7 @@ "format_exts" => [MG_STR, "\.jpg|\.png|\.gif|\.jpeg|\.webp"], "captions_file" => [MG_STR, "captions.txt"], "header_file" => [MG_STR, "header.txt"], - "info_file" => [MG_STR, "gallery.info"], + "info_file" => [MG_STR, "mgallery.info"], "cache_file" => [MG_STR, ".mgallery.cache"], "cover_images" => [MG_BOOL, TRUE],