# HG changeset patch # User Matti Hamalainen # Date 1557831526 -10800 # Node ID 8ce9474f41f53f5493d52f50c1e1866f0631ac62 # Parent 007921f59d986aa1b3c8342ef6f60395594d4111 Update example configuration. diff -r 007921f59d98 -r 8ce9474f41f5 example.cfg --- a/example.cfg Tue May 14 13:11:35 2019 +0300 +++ b/example.cfg Tue May 14 13:58:46 2019 +0300 @@ -2,15 +2,16 @@ ;;; MGallery example configuration ;;; -; Timezone used for timestamp/date calculations. +;;; Timezone used for timestamp/date calculations. ; See http://php.net/manual/en/timezones.php +; This MUST BE CONFIGURED! timezone = "Europe/Helsinki" ;;; Gallery title, etc. title_prefix = "My Own Gallery" title_sep = " - " -page_info = "MGallery © Copyright 2015-2018 Tecnic Software productions (TNSP)" +page_info = "MGallery © Copyright 2015-2019 Tecnic Software productions (TNSP)" ;;; @@ -41,8 +42,8 @@ ;captions_file = "captions.txt" ;header_file = "header.txt" -;info_file = "gallery.info" -;cache_file = ".gallery.cache" +;info_file = "mgallery.info" +;cache_file = ".mgallery.cache" ;clean_urls = no