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:
jarod5001 2022-05-08 20:11:25 +02:00 committed by GitHub
parent 4f767b62b6
commit eb5604acf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ $default_timezone = 'Etc/UTC'; // UTC
// Root path for file manager // Root path for file manager
// use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder' // use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'
$root_path = $_SERVER['DOCUMENT_ROOT']; $root_path = '/home/;
// Root url for links in file manager.Relative to $http_host. Variants: '', 'path/to/subfolder' // 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 // Will not working if $root_path will be outside of server document root