Changeset 445367
- Timestamp:
- 09/29/2011 06:15:56 PM (15 years ago)
- Location:
- g-crossposting/trunk
- Files:
-
- 2 edited
-
gplus-crosspost.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
g-crossposting/trunk/gplus-crosspost.php
r445341 r445367 341 341 function g_crossposting_check_apikey($given_apikey) { 342 342 // api key should be a mixture of digits and letters 343 if (!preg_match('/^[0-9a-z_ ]{39}$/i', $given_apikey)) {343 if (!preg_match('/^[0-9a-z_-]{39}$/i', $given_apikey)) { 344 344 return FALSE; 345 345 } -
g-crossposting/trunk/readme.txt
r445341 r445367 60 60 == Changelog == 61 61 62 = 1.0.1 = 63 * fix: correctly validate Google API key as it may also contain a dash 64 62 65 = 1.0 = 63 66 * initial version
Note: See TracChangeset
for help on using the changeset viewer.