From d8a82d362bd0da1b870f4718db3183dabdd11787 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 8 May 2014 21:53:15 +0000 Subject: fixed some Strict notices and a Swiftmailer bug (notice) --- h-source/Application/Include/params.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'h-source/Application/Include/params.php') 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"; -- cgit v1.2.3