Changeset 1256509
- Timestamp:
- 09/30/2015 11:48:54 AM (10 years ago)
- Location:
- react-webcam/trunk
- Files:
-
- 1 added
- 2 edited
-
configurable.php (modified) (1 diff)
-
delete-expired.php (added)
-
react-webcam.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
react-webcam/trunk/configurable.php
r1248839 r1256509 4 4 5 5 const FILE_TIMESTAMP_FORMAT = '*Ymd?His*'; //NM_20150909_000258.jpg 6 const MAX_IMAGE_AGE = 4; // days after which the image will be deleted 6 7 7 8 -
react-webcam/trunk/react-webcam.php
r1255686 r1256509 2 2 /* 3 3 Plugin Name: React Webcam 4 Version: 2. 1.04 Version: 2.2.0 5 5 Author: Radek Matej 6 6 Description: Add auto-refreshing image from your webcam to any page. … … 15 15 const REFRESHINT_DEFAULT = 60; // seconds 16 16 const HISTORY_ACTION_NAME = 'webcamhistory'; 17 18 require_once 'configurable.php';19 17 20 18 … … 38 36 } 39 37 38 39 require_once 'configurable.php'; 40 require_once 'delete-expired.php'; 40 41 41 42
Note: See TracChangeset
for help on using the changeset viewer.