diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2014-05-08 21:53:15 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2014-05-08 21:53:15 +0000 |
commit | d8a82d362bd0da1b870f4718db3183dabdd11787 (patch) | |
tree | d774b5d0c86f81242bc14596cda3ae1eeb9ed958 /h-source/Application/Include/params.php | |
parent | af80b967213a02fc9cd39dbddbdb2ac582b00200 (diff) |
fixed some Strict notices and a Swiftmailer bug (notice)
Diffstat (limited to 'h-source/Application/Include/params.php')
-rw-r--r-- | h-source/Application/Include/params.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php index 3f905db..2560da8 100644 --- a/h-source/Application/Include/params.php +++ b/h-source/Application/Include/params.php @@ -22,7 +22,7 @@ if (!defined('EG')) die('Direct access not allowed!'); class Website { - static public $generalMail = ""; + static public $generalMail = "test@apineindustriose.org"; static public $fromEmail = "noreply@h-node.org"; @@ -30,9 +30,9 @@ class Website static public $projectName = "h-node"; - static public $mailServer = ""; + static public $mailServer = "smtp.apineindustriose.org"; - static public $mailPassword = ""; + static public $mailPassword = "lt241rskav1"; static public $allowAnonymousSubmission = "yes"; |