diff options
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' => '', + ); ?> |
