summaryrefslogtreecommitdiffstats
path: root/pages/feedback.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-12-26 12:46:32 -0800
committerPatrick Davison <snapwilliam@gmail.com>2012-12-26 12:46:32 -0800
commit245bd3aae3dd9de3b5d172f4a255c7e95392ff44 (patch)
treeec3e519d6387ca3db717d652970f46b6caa606af /pages/feedback.php
parenta802a419b5a3ce7a70ece8465dad777daefcbfa5 (diff)
downloadpathery-245bd3aae3dd9de3b5d172f4a255c7e95392ff44.tar.xz
PHP's 5.4 depreciation of eregi_replace.
Adjustments for the new htmlFooter
Diffstat (limited to 'pages/feedback.php')
-rw-r--r--pages/feedback.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/feedback.php b/pages/feedback.php
index b98cba0..33c3e1d 100644
--- a/pages/feedback.php
+++ b/pages/feedback.php
@@ -43,6 +43,7 @@ if (!$accepted) {
Sorry, you must be logged in to use this.
<br />Please email us instead @ <a target='top' href='mailto:snap@pathery.com?Subject=Pathery%20Feedback'>snap@pathery.com</a>
</div>";
+ htmlFooter();
exit;
}