changeset 273:8ce9474f41f5

Update example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 13:58:46 +0300
parents 007921f59d98
children b1d004a6d3f1
files example.cfg
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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            = "<b>MGallery</b> &copy; Copyright 2015-2018 Tecnic Software productions (TNSP)"
+page_info            = "<b>MGallery</b> &copy; 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