mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Composer init, editor config, some cleanup and much more
This commit is contained in:
parent
6698bdc422
commit
026401be4c
15 changed files with 120 additions and 266 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue