Changeset 345 for trunk/index.php


Ignore:
Timestamp:
Jan 17, 2012, 1:49:47 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Zobrazování webkamer přesunuto do samostatného systémového modulu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r344 r345  
    9797  function WebcamPanel()
    9898  {
    99     $Output = $this->System->Modules['Webcam']->ShowImage();
     99    $Output = $this->System->Modules['WebCam']->ShowImage();
    100100    return($Output);
    101101  }
     
    306306
    307307  $Page = $_GET['page'];
     308  if(substr($Page, -1) == '/') $Page = substr($Page, 0, -1);
    308309  if(array_key_exists($Page, $System->Pages))
    309310  {
Note: See TracChangeset for help on using the changeset viewer.