Changeset 348 for trunk/index.php


Ignore:
Timestamp:
Jan 17, 2012, 9:39:54 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Modul zobrazující seznam kanálů IP televize přepracován na systémový modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r346 r348  
    308308  $Page = $_GET['page'];
    309309  if(substr($Page, -1) == '/') $Page = substr($Page, 0, -1);
     310  //print_r($System->Pages);
    310311  if(array_key_exists($Page, $System->Pages))
    311312  {
Note: See TracChangeset for help on using the changeset viewer.