Skip to content

Commit

Permalink
add default mandrill key (false) #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Feb 3, 2016
1 parent 21bc11c commit 0464230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/libraries/Mandrill.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class Mandrill {
);

public function __construct() {
$apikey = false;

if (!$apikey) {$apikey = getenv('MANDRILL_APIKEY');
}
Expand Down

0 comments on commit 0464230

Please sign in to comment.