Changeset 912 for trunk/Modules/TV/TV.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TV/TV.php
r899 r912 8 8 { 9 9 parent::__construct($System); 10 $this-> FullTitle = 'Síťová televize';11 $this-> ShortTitle = 'IPTV';10 $this->Title = 'IPTV'; 11 $this->Description = 'Síťová televize'; 12 12 $this->ParentClass = 'PagePortal'; 13 13 } … … 71 71 function Show(): string 72 72 { 73 $this-> ClearPage = true;73 $this->RawPage = true; 74 74 75 75 Header("Content-Type: audio/mpegurl");
Note:
See TracChangeset
for help on using the changeset viewer.