From 75d40a2b50f6320c61f58729d22613899b192d73 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 29 Dec 2019 16:04:58 -0500 Subject: bootstrap/Functions: Cleanup --- bootstrap/Functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/Functions.php b/bootstrap/Functions.php index 0ec1dac..6e28cbc 100644 --- a/bootstrap/Functions.php +++ b/bootstrap/Functions.php @@ -22,7 +22,7 @@ function base64(string $path) function fetch(string $path, string $field) { - $config = include $_SERVER['DOCUMENT_ROOT'] . '/..' . '/AppConfig.php';; + $config = include $_SERVER['DOCUMENT_ROOT'] . '/..' . '/AppConfig.php'; $json = file_get_contents( $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['SERVER_NAME'] . $path . '?token=' . $config['cms']['token'] -- cgit v1.2.3