From 6cb1c97b36f12509cddc76bd049fd626797df5d2 Mon Sep 17 00:00:00 2001 From: Beth Parker Date: Mon, 30 Oct 2017 22:35:02 -0500 Subject: [PATCH] fixed login link for real --- public/unauthenticated/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/unauthenticated/index.php b/public/unauthenticated/index.php index 36142e5..cf78e7d 100644 --- a/public/unauthenticated/index.php +++ b/public/unauthenticated/index.php @@ -7,7 +7,7 @@ include "../../includes/retrieve_data.php"; $data = retrieve_data("../../../sitedata.yml",true); include "../../includes/layout.php"; - echo "


"; + echo "


"; ?>