From a91e435b647950c85e062a53909caab5616f430b Mon Sep 17 00:00:00 2001 From: Beth Parker Date: Mon, 30 Oct 2017 22:54:02 -0500 Subject: [PATCH] logout link --- public/authenticated.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/authenticated.php b/public/authenticated.php index e78c758..3eb03b7 100644 --- a/public/authenticated.php +++ b/public/authenticated.php @@ -12,6 +12,7 @@ include "../includes/retrieve_data.php"; $data = retrieve_data("../../sitedata.yml",true); include "../includes/layout.php"; + echo "


"; ?>