Changeset 912 for trunk/Modules/RSS/RSS.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/RSS/RSS.php
r899 r912 65 65 function Show(): string 66 66 { 67 $this-> ClearPage = true;67 $this->RawPage = true; 68 68 69 69 if (array_key_exists('channel', $_GET)) $ChannelName = $_GET['channel'];
Note:
See TracChangeset
for help on using the changeset viewer.