mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1509)
* Minor improvements * Update CHANGELOG.md * Update torrent_show_dl_list.php
This commit is contained in:
parent
75c9f34a73
commit
9940945824
4 changed files with 2 additions and 4 deletions
|
@ -74,7 +74,6 @@ define('COOKIE_PM', $c . 'pm');
|
|||
unset($c);
|
||||
|
||||
define('COOKIE_SESSION', 0);
|
||||
define('COOKIE_EXPIRED', TIMENOW - 31536000);
|
||||
define('COOKIE_PERSIST', TIMENOW + 31536000);
|
||||
|
||||
define('COOKIE_MAX_TRACKS', 90);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue