From 52a3eb637ea96e6dca8ce90cea309f8a994b8dc9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 May 2022 22:36:54 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index c1b9728..ce7e8bd 100644 --- a/conf/config.php +++ b/conf/config.php @@ -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'];