mirror of https://github.com/byecorps/id.git
9 lines
171 B
PHP
9 lines
171 B
PHP
|
<?php
|
||
|
|
||
|
session_destroy();
|
||
|
|
||
|
?>
|
||
|
|
||
|
<p>You've been signed out successfully. You may close the page.</p>
|
||
|
<p><a href="/signin">Sign back in</a> ~ <a href="/">Go to home</a></p>
|