root/trunk/phpbms/logout.php
| Revision 285 (checked in by brieb, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | $loginNoKick = true; |
| 3 | $loginNoDisplayError =true; |
| 4 | include("include/session.php"); |
| 5 | |
| 6 | session_destroy(); |
| 7 | header("Location: index.php"); |
| 8 | ?> |
| 9 |
Note: See TracBrowser for help on using the browser.