mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Improved app debug (#1438)
* Improved app debug * Updated * Update config.php * Update Dev.php * Update Dev.php * Update Dev.php * Update Dev.php * Update config.php * Update Dev.php * Update CHANGELOG.md
This commit is contained in:
parent
521af98b69
commit
cfcda68a99
5 changed files with 77 additions and 48 deletions
|
@ -87,9 +87,9 @@ if (is_file(BB_PATH . '/library/config.local.php')) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Progressive error reporting
|
||||
* Error reporting
|
||||
*/
|
||||
\TorrentPier\Dev::initDebug();
|
||||
$debug = new \TorrentPier\Dev();
|
||||
|
||||
/**
|
||||
* Server variables initialize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue