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
9beee062ec
commit
196d329f5a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ $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
|
||||
$root_url = '__PATH__';
|
||||
$root_url = 'https://__DOMAIN____PATH__';
|
||||
|
||||
// Server hostname. Can set manually if wrong
|
||||
$http_host = $_SERVER['HTTP_HOST'];
|
||||
|
|
Loading…
Add table
Reference in a new issue