diff options
author | h5p9sl <21267024+h5p9sl@users.noreply.github.com> | 2021-05-13 22:07:11 -0600 |
---|---|---|
committer | h5p9sl <21267024+h5p9sl@users.noreply.github.com> | 2021-05-14 02:37:13 -0600 |
commit | fe41f57df59c7f2a11d80eaaebf08d3a3a51a6d5 (patch) | |
tree | 8917741bbe991d6ddf4f23953309288975f56eb2 /signout.php | |
parent | 4145fa13230d25d9978c003a8cccd1b7c2e11aaf (diff) |
Add error handling
Diffstat (limited to 'signout.php')
-rw-r--r-- | signout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/signout.php b/signout.php index 035877b..bbaa47a 100644 --- a/signout.php +++ b/signout.php @@ -13,4 +13,4 @@ include_once './includes/templates/header.php'; echo '<p class="success">You have now been signed out</p>'; ?> </body> -</html>
\ No newline at end of file +</html> |