From ef847a13c160c36900013d88a0d28de04080f597 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 5 Feb 2018 22:04:55 -0700 Subject: [PATCH] Fix issue when SITE_PATH is / --- index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 18066f3..4b2aa13 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,12 @@ require_once __DIR__ . "/required.php";