Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/TV/TV.php

    r899 r912  
    88  {
    99    parent::__construct($System);
    10     $this->FullTitle = 'Síťová televize';
    11     $this->ShortTitle = 'IPTV';
     10    $this->Title = 'IPTV';
     11    $this->Description = 'Síťová televize';
    1212    $this->ParentClass = 'PagePortal';
    1313  }
     
    7171  function Show(): string
    7272  {
    73     $this->ClearPage = true;
     73    $this->RawPage = true;
    7474
    7575    Header("Content-Type: audio/mpegurl");
Note: See TracChangeset for help on using the changeset viewer.