From d4fad0e1e0c4968fef39c8fbf905916abd76df28 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 25 Jun 2015 08:24:49 +0000 Subject: added Trisquel 7.0 --- h-source/Application/Include/params.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'h-source/Application/Include') diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php index 2cb1b3f..19f1ed7 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 = "test@apineindustriose.org"; + static public $generalMail = ""; static public $fromEmail = "noreply@h-node.org"; @@ -30,9 +30,9 @@ class Website static public $projectName = "h-node"; - static public $mailServer = "smtp.apineindustriose.org"; + static public $mailServer = ""; - static public $mailPassword = "lt241rskav1"; + static public $mailPassword = ""; static public $allowAnonymousSubmission = "yes"; -- cgit v1.2.3