mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Revert "Refactoring: Created constants for datetime values (#1648)"
This reverts commit 6eca29714a
.
This commit is contained in:
parent
6eca29714a
commit
3e9f4006c4
30 changed files with 52 additions and 58 deletions
|
@ -70,7 +70,7 @@ $attach_config = [];
|
|||
|
||||
if (!$attach_config = CACHE('bb_cache')->get('attach_config')) {
|
||||
$attach_config = get_config();
|
||||
CACHE('bb_cache')->set('attach_config', $attach_config, DAY_IN_SECS);
|
||||
CACHE('bb_cache')->set('attach_config', $attach_config, 86400);
|
||||
}
|
||||
|
||||
include ATTACH_DIR . '/displaying.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue