From 181a5bf298dfad751ccac1920d01a31adee7a52c Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Thu, 14 Apr 2016 16:23:18 +0200 Subject: [PATCH] cambiato url da .com a .it --- 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 baa2940..e6551ce 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/"; +$currentSystem->remoteLocationPath = "http://www.ifattidinapoli.it/"; $backupSystem = new stdClass(); $backupSystem->account = "1582528f056a7ea7f391149fddc75553";