Changeset 438 for trunk/webcam
- Timestamp:
- Oct 13, 2012, 1:24:58 PM (12 years ago)
- Location:
- trunk/webcam
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/webcam/index.php
r152 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 class WebcamPage extends Page -
trunk/webcam/webcam_refresh.php
r292 r438 1 1 <?php 2 include ('../global.php');2 include_once('../Common/Global.php'); 3 3 4 4 $Config['Web']['ShowPHPError'] = true;
Note:
See TracChangeset
for help on using the changeset viewer.