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:
parent
34f48c2e46
commit
053dbe6677
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ $config['password'] = "";
|
||||||
#$config['smartsyntax'] = 0;
|
#$config['smartsyntax'] = 0;
|
||||||
|
|
||||||
# Default Time zone
|
# 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
|
# To disable auto adding selected tag comment out the line below or set value to 0
|
||||||
$config['autotag'] = 1;
|
$config['autotag'] = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue