Changeset 1061908
- Timestamp:
- 01/07/2015 05:11:45 AM (11 years ago)
- File:
-
- 1 edited
-
spectoos-testimonials/trunk/spectoos.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spectoos-testimonials/trunk/spectoos.php
r1012801 r1061908 64 64 $options['faceboard_api_key'] = trim($input['faceboard_api_key']); 65 65 66 if(!preg_match('/^[a-z0-9\_ ]+$/i', $options['faceboard_api_key'])) {66 if(!preg_match('/^[a-z0-9\_\-]+$/i', $options['faceboard_api_key'])) { 67 67 $options['faceboard_api_key'] = ''; 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.