mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Bring back DBG_USER
(old debug method), fixed bugsnag handler (#1701)
* Rollback some changes
* Updated
* Updated
* Updated
* Update SqlDb.php
* Updated
* Update Ajax.php
* Update Redis.php
* Update Redis.php
* Update Memcached.php
* Update File.php
* Updated
* Updated
* Update CHANGELOG.md
* Update Sqlite.php
* Update SqlDb.php
* Update common.php
* Update Dev.php
* Update config.php
* Update User.php
* Update defines.php
* Updated
* Update User.php
* Update User.php
* Update User.php
* Update User.php
* Update config.php
* Update Dev.php
* Updated
* Update Dev.php
* Update Dev.php
* Update SqlDb.php
* Revert "Update SqlDb.php"
This reverts commit d7c05d85ec
.
* Update Dev.php
* Update Dev.php
* Update Dev.php
* Update Dev.php
* Update CHANGELOG.md
This commit is contained in:
parent
83b465ddd2
commit
f71deed544
23 changed files with 160 additions and 141 deletions
|
@ -89,7 +89,8 @@ if (is_file(BB_PATH . '/library/config.local.php')) {
|
|||
/**
|
||||
* Error reporting
|
||||
*/
|
||||
$debug = new \TorrentPier\Dev();
|
||||
define('DBG_USER', isset($_COOKIE[COOKIE_DBG]));
|
||||
(new \TorrentPier\Dev());
|
||||
|
||||
/**
|
||||
* Server variables initialize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue