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 22:36:54 +02:00
parent 196d329f5a
commit 52a3eb637e
No known key found for this signature in database
GPG key ID: 574F281483054D44

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 = 'https://__DOMAIN____PATH__';
$root_url = '__PATH__';
// Server hostname. Can set manually if wrong
$http_host = $_SERVER['HTTP_HOST'];