mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
revert: fix: Null $bb_cfg['tp_instance_hash']
(#1792)
This commit is contained in:
parent
856afe7f20
commit
4eb26ae37e
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ $userdata =& $user->data;
|
||||||
/**
|
/**
|
||||||
* Some shared defines
|
* Some shared defines
|
||||||
*/
|
*/
|
||||||
define('TP_INSTANCE_HASH', !empty($bb_cfg['tp_instance_hash']) ? $bb_cfg['tp_instance_hash'] : '');
|
define('TP_INSTANCE_HASH', $bb_cfg['tp_instance_hash']);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cron
|
* Cron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue