From e5bd6c0c670f5ad5f309b63d11da6cc35122958b Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 8 Mar 2008 16:04:29 +0000 Subject: crude login and logout functionality git-svn-id: https://code.elgg.org/elgg/trunk@118 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/logout.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 actions/logout.php (limited to 'actions/logout.php') diff --git a/actions/logout.php b/actions/logout.php new file mode 100644 index 000000000..c75a7c30e --- /dev/null +++ b/actions/logout.php @@ -0,0 +1,34 @@ +url; + header("Location: {$url}"); + exit; + +?> \ No newline at end of file -- cgit v1.2.3