1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00

Update config.php

This commit is contained in:
ericgaspar 2022-01-18 13:02:30 +01:00
parent 34f48c2e46
commit 053dbe6677
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -32,7 +32,7 @@ $config['password'] = "";
#$config['smartsyntax'] = 0;
# Default Time zone
$config['timezone'] = 'UTC';
$config['timezone'] = '__TIMEZONE__';
# To disable auto adding selected tag comment out the line below or set value to 0
$config['autotag'] = 1;