diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-25 17:43:37 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-25 17:43:37 -0600 |
commit | 2d5cf9448edb1eb6785c1532ccb031b0ba0d1ef0 (patch) | |
tree | 2bf099704c5665f66c0bd2a18b7c4599ec397ffa /includes/signout_inc.php | |
parent | 08561be92bbfafe149b758634f3df4d00ee310de (diff) |
Remove old signout_inc.php file
Diffstat (limited to 'includes/signout_inc.php')
-rw-r--r-- | includes/signout_inc.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/signout_inc.php b/includes/signout_inc.php deleted file mode 100644 index 7859c4f..0000000 --- a/includes/signout_inc.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -session_start(); -session_unset(); -session_destroy(); -header("Location: ../index.php");
\ No newline at end of file |