Changeset 438 for trunk/tv


Ignore:
Timestamp:
Oct 13, 2012, 1:24:58 PM (12 years ago)
Author:
chronos
Message:
  • Přesunuto: Soubory s třídamy přesunuty do podsložky Common. Aktualizovány odkazy mezi soubory.
Location:
trunk/tv
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tv/index.php

    r303 r438  
    11<?php
    22
    3 include_once('../global.php');
     3include_once('../Common/Global.php');
    44
    55class IPTVPage extends Page
  • trunk/tv/playlist.php

    r289 r438  
    11<?php
    22
    3 include('../global.php');
     3include_once('../Common/Global.php');
    44
    55Header("Content-Type: audio/mpegurl");
  • trunk/tv/tkr.php

    r289 r438  
    11<?php
    2 include_once('global.php');
     2
     3include_once('../Common/Global.php');
    34
    45class CableTVChennelListPage extends Page
Note: See TracChangeset for help on using the changeset viewer.