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
|
@ -484,6 +484,10 @@ $bb_cfg['telegram_sender'] = [
|
|||
];
|
||||
|
||||
// Special users
|
||||
$bb_cfg['dbg_users'] = [
|
||||
// Syntax: 'user_id' => 'username'
|
||||
2 => 'admin',
|
||||
];
|
||||
$bb_cfg['unlimited_users'] = [
|
||||
// Syntax: 'user_id' => 'username'
|
||||
2 => 'admin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue