From a8f3669b4ea82f48edbca69742364adf2794e07f Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 28 Feb 2017 17:37:57 -0500 Subject: Modularized email and hashing --- inc/config.sample.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'inc/config.sample.php') 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' => '', + ); ?> -- cgit v1.2.3