mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
refactor(dev): Added missing \TorrentPier\Dev::init()
This commit is contained in:
parent
1ae5a830fd
commit
e9a865d173
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ if (APP_ENV === 'local') {
|
||||||
} else {
|
} else {
|
||||||
define('DBG_USER', isset($_COOKIE[COOKIE_DBG]));
|
define('DBG_USER', isset($_COOKIE[COOKIE_DBG]));
|
||||||
}
|
}
|
||||||
|
(\TorrentPier\Dev::init());
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Server variables initialize
|
* Server variables initialize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue