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
cda9520c84
commit
e5ee2126f7
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 = '';
|
||||
$root_url = '__PATH__';
|
||||
|
||||
// Server hostname. Can set manually if wrong
|
||||
$http_host = $_SERVER['HTTP_HOST'];
|
||||
|
|
Loading…
Add table
Reference in a new issue