diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-05-15 09:15:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 09:15:58 -0600 |
commit | 45acfc48b3dd80b945a1501edea9ad4faa700c0f (patch) | |
tree | 87319e8b64789564e5d9ae227361593c419d905b /signout.php | |
parent | 87b1dfd1f77b08915ee5e905da45e316ba2c0e7d (diff) | |
parent | 2b03ca63d06ec5da45c887ef7cb3daa35a8642f7 (diff) |
Merge pull request #16 from cflip/h5p9sl
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> |