Composer init, editor config, some cleanup and much more

This commit is contained in:
Yuriy Pikhtarev 2017-01-28 02:03:13 +03:00
commit 026401be4c
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
15 changed files with 120 additions and 266 deletions

View file

@ -53,6 +53,9 @@ if (!defined('IN_FORUM') && !defined('IN_TRACKER')) {
header('X-Frame-Options: SAMEORIGIN');
// Composer
require_once(BB_ROOT . 'vendor/autoload.php');
// Get initial config
require(BB_ROOT . 'library/config.php');