From 4130fd431d8c54573f231b4334dc02196d35f832 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 20:21:07 -0700 Subject: Add a drop down menu and signout --- signout/index.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 signout/index.php (limited to 'signout/index.php') diff --git a/signout/index.php b/signout/index.php new file mode 100755 index 0000000..cf44de6 --- /dev/null +++ b/signout/index.php @@ -0,0 +1,28 @@ +. + */ + +define('ROOT', rtrim($_SERVER['DOCUMENT_ROOT'], '/') . '/'); + +require_once ROOT . '/php/session.php'; + +sign_out(); + +header("Location: /"); + +?> -- cgit v1.2.3