diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-12-26 12:46:32 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-12-26 12:46:32 -0800 |
commit | 245bd3aae3dd9de3b5d172f4a255c7e95392ff44 (patch) | |
tree | ec3e519d6387ca3db717d652970f46b6caa606af /pages/feedback.php | |
parent | a802a419b5a3ce7a70ece8465dad777daefcbfa5 (diff) | |
download | pathery-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.php | 1 |
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;
}
|