diff options
Diffstat (limited to 'oldwww/logout.php')
| -rw-r--r-- | oldwww/logout.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/oldwww/logout.php b/oldwww/logout.php deleted file mode 100644 index 7c527b2..0000000 --- a/oldwww/logout.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - session_start(); - session_destroy(); - header('Location: login.php?logout=1'); -?> |
