diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-02-28 17:37:57 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-02-28 17:37:57 -0500 |
| commit | a8f3669b4ea82f48edbca69742364adf2794e07f (patch) | |
| tree | b2668a0a31623a578a16622a5da6b0c924b3c071 /inc/config.sample.php | |
| parent | 3bfe03a6f6136947eb8b9c714306d080ce889af7 (diff) | |
| download | bulletin-a8f3669b4ea82f48edbca69742364adf2794e07f.tar.gz | |
Modularized email and hashing
Diffstat (limited to 'inc/config.sample.php')
| -rw-r--r-- | inc/config.sample.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/config.sample.php b/inc/config.sample.php index 1be5151..f6b44d1 100644 --- a/inc/config.sample.php +++ b/inc/config.sample.php @@ -28,5 +28,12 @@ $b_config = array( // Number of ads per page in the employee dashboard 'ads_per_page' => 10, + // Email footer + 'eml_footer' => '', + + // Mailgun config + 'mg_key' => '', + 'mg_dom' => '', + ); ?> |
