From: Dan Untenzu Date: Mon, 16 Jan 2017 16:54:01 +0000 (+0100) Subject: [FEATURE] Move config include into settings file X-Git-Tag: 2.0.0~10 X-Git-Url: https://git.p6c8.net/jirafeau/mojo42.git/commitdiff_plain/af7e43a4a3bbcb62912eabd75537480bf696b265?hp=af7e43a4a3bbcb62912eabd75537480bf696b265 [FEATURE] Move config include into settings file Move the include of the original and the local configuration file into the settings file to reduce one includes in each file, have all settings in one place and remove unneccessary code from the config file (which makes it easier to copy and change it). ---