changeset 267:108b354ea2ea

Rename default gallery info file from "gallery.info" to "mgallery.info".
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 19 Dec 2018 12:40:38 +0200
parents 92ce2185bbb3
children 07b2b271c12a
files mgallery.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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],