Legend:
- Unmodified
- Added
- Removed
-
trunk/tv/index.php
r303 r438 1 1 <?php 2 2 3 include_once('../ global.php');3 include_once('../Common/Global.php'); 4 4 5 5 class IPTVPage extends Page -
trunk/tv/playlist.php
r289 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 Header("Content-Type: audio/mpegurl"); -
trunk/tv/tkr.php
r289 r438 1 1 <?php 2 include_once('global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class CableTVChennelListPage extends Page
Note:
See TracChangeset
for help on using the changeset viewer.