comparison mgallery.inc.php @ 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 007921f59d98
comparison
equal deleted inserted replaced
266:92ce2185bbb3 267:108b354ea2ea
62 "image_url" => [MG_STR, mgPathName($_SERVER["PHP_SELF"])], 62 "image_url" => [MG_STR, mgPathName($_SERVER["PHP_SELF"])],
63 "mgallery_php" => [MG_STR, "mgallery.php"], 63 "mgallery_php" => [MG_STR, "mgallery.php"],
64 "format_exts" => [MG_STR, "\.jpg|\.png|\.gif|\.jpeg|\.webp"], 64 "format_exts" => [MG_STR, "\.jpg|\.png|\.gif|\.jpeg|\.webp"],
65 "captions_file" => [MG_STR, "captions.txt"], 65 "captions_file" => [MG_STR, "captions.txt"],
66 "header_file" => [MG_STR, "header.txt"], 66 "header_file" => [MG_STR, "header.txt"],
67 "info_file" => [MG_STR, "gallery.info"], 67 "info_file" => [MG_STR, "mgallery.info"],
68 "cache_file" => [MG_STR, ".mgallery.cache"], 68 "cache_file" => [MG_STR, ".mgallery.cache"],
69 69
70 "cover_images" => [MG_BOOL, TRUE], 70 "cover_images" => [MG_BOOL, TRUE],
71 "album_icon" => [MG_STR, "album_sm.png"], 71 "album_icon" => [MG_STR, "album_sm.png"],
72 72