root/EMS/logout.php
| Revision 2, 183 bytes (checked in by evilbunny, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <? |
| 2 | require_once("common.php"); |
| 3 | |
| 4 | $_SESSION['_config']['access'] = 0; |
| 5 | $_SESSION['_config']['username'] = ''; |
| 6 | unset($_SESSION['_config']); |
| 7 | |
| 8 | header("location: index.php"); |
| 9 | exit; |
| 10 | ?> |
| 11 |
Note: See TracBrowser for help on using the browser.
