From f86cb2e1ebc8c5f1419b65a7f5d07fc734a57201 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 8 Jan 2018 11:58:00 +0100 Subject: [PATCH] Move constants.php to bootstrap folder, config folder was a bad place --- Changelog | 1 + bootstrap/autoload.php | 2 +- {config => bootstrap}/constants.php | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename {config => bootstrap}/constants.php (100%) diff --git a/Changelog b/Changelog index 118d8dedb..006aa8a07 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-01-08 DariusIII + * Chg: Move constants.php to bootstrap folder, config folder was a bad place * Chg: Move constants.php to config folder * Chg: Update simfony components 2018-01-05 DariusIII diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 49bbe0f47..5c47c54a9 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -1,7 +1,7 @@