Changeset 2863941
- Timestamp:
- 02/12/2023 02:02:10 PM (3 years ago)
- File:
-
- 1 edited
-
webcam-viewer/trunk/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
webcam-viewer/trunk/settings.php
r2492328 r2863941 76 76 <p><b><?php echo __("Don't forget to set the url, where the images are saved by the webcam, on the widget", 'Webcam-viewer'); ?></b></p> 77 77 78 <p><?php echo __("Insert the url (example : webcam / frame.jpg) of the image if it is single or insert the path (example: webcam / camera9 / Frame /) if the images are multiple", 'Webcam-viewer'); ?></p>79 78 <p><?php echo __("Insert the url (example_path_to_webcam/frame.jpg) of the image if it is single or insert the path (example_path_to_webcam/example_webcam_folder/example_images_folder/) if the images are multiple. Usually the path is without domain but, sometimes, some servers want the url with domain: plese try both.", 'Webcam-viewer'); ?></p> 79 <p><?php echo __("Please, read the documentation here: https://programmisitiweb.lacasettabio.it/en/Product/webcam-viewer-wordpress/", 'Webcam-viewer'); ?></p> 80 80 <?php settings_errors(); ?> 81 81 82 83 84 82 <form method="post" action="options.php"> 85 83
Note: See TracChangeset
for help on using the changeset viewer.