Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b515760e6d | ||
|
|
ea4e0c0ec3 |
@@ -36,7 +36,7 @@ $currentSystem->apache->user = "var-www";
|
|||||||
$currentSystem->apache->group = "var-www";
|
$currentSystem->apache->group = "var-www";
|
||||||
$currentSystem->apache->workdir = "/var/www"; // Il path in cui inserire la cartella con le pagine html
|
$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
|
// Deprecato in quanto CBS2 è stato dismesso
|
||||||
$backupSystem = new stdClass();
|
$backupSystem = new stdClass();
|
||||||
|
|||||||
@@ -49,9 +49,7 @@ class MailModel extends Model implements FDN_MailInterface{
|
|||||||
$email->isMail();
|
$email->isMail();
|
||||||
|
|
||||||
$email->From = $this->from;
|
$email->From = $this->from;
|
||||||
if ($this->hasProperty("fromName")){
|
$email->FromName = "I Fatti di Napoli";
|
||||||
$email->FromName = $this->fromName;
|
|
||||||
}
|
|
||||||
|
|
||||||
$email->Subject = $this->subject;
|
$email->Subject = $this->subject;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user