diff --git a/source/webui/pages/logout.php b/source/webui/pages/logout.php new file mode 100644 index 0000000..0e8fa0d --- /dev/null +++ b/source/webui/pages/logout.php @@ -0,0 +1,8 @@ +auth(); +$auth->deauthenticate(); + +StatusBoard_Page::redirect('home'); + +?> \ No newline at end of file diff --git a/source/webui/templates/logout.tpl b/source/webui/templates/logout.tpl new file mode 100644 index 0000000..30404ce --- /dev/null +++ b/source/webui/templates/logout.tpl @@ -0,0 +1 @@ +TODO \ No newline at end of file