From 43943b40acff5d4bf1beba270e9d986d451ed240 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Mon, 29 Feb 2016 18:46:45 +0100 Subject: [PATCH] Corretto errore sul remote path di produzione --- private/common/config.prod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/common/config.prod.php b/private/common/config.prod.php index 4d685bb..baa2940 100644 --- a/private/common/config.prod.php +++ b/private/common/config.prod.php @@ -30,7 +30,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 = "http://www.ifattidinapoli.com/fdn2/"; +$currentSystem->remoteLocationPath = "http://www.ifattidinapoli.com/"; $backupSystem = new stdClass(); $backupSystem->account = "1582528f056a7ea7f391149fddc75553";