From b515760e6d3e4859e1b75fb3721aaf3ca0ff1bb4 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Tue, 4 Oct 2022 19:47:16 +0200 Subject: [PATCH] Fix config --- app/private/common/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/private/common/config.php b/app/private/common/config.php index 717ee5c..5651a61 100644 --- a/app/private/common/config.php +++ b/app/private/common/config.php @@ -36,7 +36,7 @@ $currentSystem->apache->user = "var-www"; $currentSystem->apache->group = "var-www"; $currentSystem->apache->workdir = "/var/www"; // Il path in cui inserire la cartella con le pagine html -$currentSystem->remoteLocationPath = getenv('ASD_PUBLIC_URL')."/"; +$currentSystem->remoteLocationPath = getenv('DDNINJA_PUBLIC_URL')."/"; // Deprecato in quanto CBS2 รจ stato dismesso $backupSystem = new stdClass();