1
0
Fork 0
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:
ericgaspar 2022-05-08 21:54:11 +02:00
parent cda9520c84
commit e5ee2126f7

View file

@ -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'];