aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-29 16:04:58 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-29 16:04:58 -0500
commit75d40a2b50f6320c61f58729d22613899b192d73 (patch)
tree20a09bff2d44acb15422641428bc0850870d60f2 /bootstrap
parent5c745caf64adb056677d09ad2099e8feaec6b82c (diff)
downloadthedroneely.com-75d40a2b50f6320c61f58729d22613899b192d73.tar.gz
thedroneely.com-75d40a2b50f6320c61f58729d22613899b192d73.tar.bz2
thedroneely.com-75d40a2b50f6320c61f58729d22613899b192d73.zip
bootstrap/Functions: Cleanup
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/Functions.php2
1 files changed, 1 insertions, 1 deletions
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']