diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-06-05 22:54:56 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-06-05 22:54:56 -0700 |
commit | be3f89c7581c9156c03f47f3d4f774b6a634afc3 (patch) | |
tree | 17c537c3aa87b3bb74ee769aa52b90fffc63de00 | |
parent | 83325e1701152f8d2bae31562a1c2f3e1044bd9a (diff) | |
download | pathery-be3f89c7581c9156c03f47f3d4f774b6a634afc3.tar.xz |
Enabled sending emails.
-rw-r--r-- | pages/home.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/home.php b/pages/home.php index 838313a..56c846d 100644 --- a/pages/home.php +++ b/pages/home.php @@ -354,5 +354,9 @@ showStats(1); <?PHP echo $noteScript; ?>
<?php
+
+include_once('./includes/emails.php');
+SendQueuedEmail();
+
htmlFooter();
?>
|