mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Some updater improvements (#1725)
* Some updater improvements * Update CHANGELOG.md * Updated * Updated * Update index.tpl
This commit is contained in:
parent
11f5b50760
commit
ba704efba2
6 changed files with 33 additions and 6 deletions
|
@ -394,6 +394,11 @@ $user = new TorrentPier\Legacy\Common\User();
|
|||
|
||||
$userdata =& $user->data;
|
||||
|
||||
/**
|
||||
* Some shared defines
|
||||
*/
|
||||
define('TP_INSTANCE_HASH', $bb_cfg['tp_instance_hash']);
|
||||
|
||||
/**
|
||||
* Cron
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue