mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Minor improments (#1719)
* Minor improments * Update CHANGELOG.md * Updated * Update common.php
This commit is contained in:
parent
8a0cd5cb84
commit
edab2300d3
4 changed files with 8 additions and 4 deletions
|
@ -23,8 +23,7 @@ $bb_cfg['tp_release_date'] = 'XX-XX-2025';
|
|||
$bb_cfg['tp_release_codename'] = 'Cattle';
|
||||
|
||||
// Increase version number after changing JS or CSS
|
||||
// Note: by default used same as TorrentPier version
|
||||
$bb_cfg['js_ver'] = $bb_cfg['css_ver'] = $bb_cfg['tp_version'];
|
||||
$bb_cfg['js_ver'] = $bb_cfg['css_ver'] = 1;
|
||||
|
||||
// Database
|
||||
// Settings for database ['db']['srv_name'] => (array) srv_cfg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue