diff options
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/distributions.php | 2 | ||||
-rw-r--r-- | h-source/Application/Include/params.php | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/h-source/Application/Include/distributions.php b/h-source/Application/Include/distributions.php index 14d59d5..048d1d9 100644 --- a/h-source/Application/Include/distributions.php +++ b/h-source/Application/Include/distributions.php @@ -31,7 +31,7 @@ class Distributions } //fill the $allowed property with the list of allowed distros from the distros MySQL table - public function setAllowedList() + public static function setAllowedList() { $distros = new DistrosModel(); 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"; |