summaryrefslogtreecommitdiffstats
path: root/pages/home.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-06-05 22:54:56 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-06-05 22:54:56 -0700
commitbe3f89c7581c9156c03f47f3d4f774b6a634afc3 (patch)
tree17c537c3aa87b3bb74ee769aa52b90fffc63de00 /pages/home.php
parent83325e1701152f8d2bae31562a1c2f3e1044bd9a (diff)
downloadpathery-be3f89c7581c9156c03f47f3d4f774b6a634afc3.tar.xz
Enabled sending emails.
Diffstat (limited to 'pages/home.php')
-rw-r--r--pages/home.php4
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();
?>