Changeset 476 for trunk/Modules
- Timestamp:
- Jan 1, 2013, 12:48:27 PM (12 years ago)
- Location:
- trunk/Modules
- Files:
-
- 1 added
- 2 deleted
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r469 r476 94 94 function WebcamPanel() 95 95 { 96 $Output = $this->System->Module s['Webcam']->ShowImage();96 $Output = $this->System->ModuleManager->Modules['WebCam']->ShowImage(); 97 97 return($Output); 98 98 } -
trunk/Modules/WebCam/webcam_refresh.php
r438 r476 1 1 <?php 2 include _once('../Common/Global.php');2 include('../global.php'); 3 3 4 4 $Config['Web']['ShowPHPError'] = true;
Note:
See TracChangeset
for help on using the changeset viewer.