Changeset 1232781
- Timestamp:
- 08/28/2015 04:18:50 AM (11 years ago)
- File:
-
- 1 edited
-
super-static-cache/trunk/super-static-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
super-static-cache/trunk/super-static-cache.php
r1232744 r1232781 88 88 curl_setopt($ch, CURLOPT_TIMEOUT,10); 89 89 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 90 curl_setopt($ch, CURLOPT_USERAGENT,'SSCS/3 (Super Static Cache Spider/3 .2; +http://www.hitoy.org/super-static-cache-for-wordperss.html#Spider)');90 curl_setopt($ch, CURLOPT_USERAGENT,'SSCS/3 (Super Static Cache Spider/3; +https://www.hitoy.org/super-static-cache-for-wordperss.html#Spider)'); 91 91 curl_exec($ch); 92 92 curl_close($ch);
Note: See TracChangeset
for help on using the changeset viewer.