mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
39c2e25a2a
commit
ab318084dd
@ -6,7 +6,7 @@
|
|||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
- Release v2.1.5-2023.10 🎉
|
- Release v2.1.5-2023.10 🎉
|
||||||
- Minor improvements [\#297](https://github.com/torrentpier/torrentpier-lts/pull/297), [\#298](https://github.com/torrentpier/torrentpier-lts/pull/298), [\#300](https://github.com/torrentpier/torrentpier-lts/pull/300), [\#301](https://github.com/torrentpier/torrentpier-lts/pull/301), [\#302](https://github.com/torrentpier/torrentpier-lts/pull/302) ([belomaxorka](https://github.com/belomaxorka))
|
- Minor improvements [\#297](https://github.com/torrentpier/torrentpier-lts/pull/297), [\#298](https://github.com/torrentpier/torrentpier-lts/pull/298), [\#300](https://github.com/torrentpier/torrentpier-lts/pull/300), [\#301](https://github.com/torrentpier/torrentpier-lts/pull/301), [\#302](https://github.com/torrentpier/torrentpier-lts/pull/302), [\#303](https://github.com/torrentpier/torrentpier-lts/pull/303) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
|
|
||||||
## [v2.1.5-2023.09](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.09) (2023-10-04)
|
## [v2.1.5-2023.09](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.09) (2023-10-04)
|
||||||
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.08-HotFix...v2.1.5-2023.09)
|
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.08-HotFix...v2.1.5-2023.09)
|
||||||
|
@ -107,8 +107,8 @@ $this->store('cat_forums', $data);
|
|||||||
// jumpbox
|
// jumpbox
|
||||||
//
|
//
|
||||||
$data = array(
|
$data = array(
|
||||||
'guest' => get_forum_select('guest', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\'viewforum.php?f=\'+this.value;"'),
|
'guest' => get_forum_select('guest', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\''.FORUM_URL.'\'+this.value;"'),
|
||||||
'user' => get_forum_select('user', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\'viewforum.php?f=\'+this.value;"'),
|
'user' => get_forum_select('user', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\''.FORUM_URL.'\'+this.value;"'),
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->store('jumpbox', $data);
|
$this->store('jumpbox', $data);
|
||||||
|
@ -174,7 +174,7 @@ function create_atom ($file_path, $mode, $id, $title, $topics)
|
|||||||
$atom .= " </author>\n";
|
$atom .= " </author>\n";
|
||||||
$atom .= " <updated>". $date ."T$time+00:00</updated>\n";
|
$atom .= " <updated>". $date ."T$time+00:00</updated>\n";
|
||||||
$atom .= " <id>tag:rto.feed,". $date .":/t/$topic_id</id>\n";
|
$atom .= " <id>tag:rto.feed,". $date .":/t/$topic_id</id>\n";
|
||||||
$atom .= " <link href=".TOPIC_URL.$topic_id." />\n";
|
$atom .= " <link href=\"".TOPIC_URL.$topic_id."\" />\n";
|
||||||
$atom .= "</entry>\n";
|
$atom .= "</entry>\n";
|
||||||
}
|
}
|
||||||
$atom .= "</feed>";
|
$atom .= "</feed>";
|
||||||
|
Loading…
Reference in New Issue
Block a user