Changeset 345 for trunk/index.php
- Timestamp:
- Jan 17, 2012, 1:49:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r344 r345 97 97 function WebcamPanel() 98 98 { 99 $Output = $this->System->Modules['Web cam']->ShowImage();99 $Output = $this->System->Modules['WebCam']->ShowImage(); 100 100 return($Output); 101 101 } … … 306 306 { 307 307 $Page = $_GET['page']; 308 if(substr($Page, -1) == '/') $Page = substr($Page, 0, -1); 308 309 if(array_key_exists($Page, $System->Pages)) 309 310 {
Note:
See TracChangeset
for help on using the changeset viewer.