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
16afc4d41d
commit
3dae9695b9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $default_timezone = 'Etc/UTC'; // UTC
|
|||
|
||||
// Root path for file manager
|
||||
// use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'
|
||||
$root_path = '/home/';
|
||||
$root_path = '__DATADIR__';
|
||||
|
||||
// Root url for links in file manager.Relative to $http_host. Variants: '', 'path/to/subfolder'
|
||||
// Will not working if $root_path will be outside of server document root
|
||||
|
|
Loading…
Add table
Reference in a new issue