mirror of
https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git
synced 2024-09-03 20:36:01 +02:00
Update config.php
This commit is contained in:
parent
a80db75ebf
commit
6cb6e64d88
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ $edit_files = true;
|
|||
|
||||
// Default timezone for date() and time()
|
||||
// Doc - http://php.net/manual/en/timezones.php
|
||||
$default_timezone = 'Etc/UTC'; // UTC
|
||||
$default_timezone = '__TIMEZONE__'; // UTC
|
||||
|
||||
// Root path for file manager
|
||||
// use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'
|
||||
|
|
Loading…
Add table
Reference in a new issue