mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update config.php
This commit is contained in:
parent
4ab7f9dcb4
commit
8614569ec3
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ $bb_cfg['adv_email'] = "adv@$domain_name"; // advertisement email
|
||||||
|
|
||||||
// Error reporting
|
// Error reporting
|
||||||
$bb_cfg['whoops'] = [
|
$bb_cfg['whoops'] = [
|
||||||
'error_message' => 'Sorry, something went wrong. Drink coffee and come back after some time... ☕️',
|
'enabled' => true,
|
||||||
'blacklist' => [
|
'blacklist' => [
|
||||||
'_COOKIE' => array_keys($_COOKIE),
|
'_COOKIE' => array_keys($_COOKIE),
|
||||||
'_SERVER' => array_keys($_SERVER),
|
'_SERVER' => array_keys($_SERVER),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue