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();