Plugin Directory

Changeset 1232781


Ignore:
Timestamp:
08/28/2015 04:18:50 AM (11 years ago)
Author:
hitoy
Message:

spider name update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • super-static-cache/trunk/super-static-cache.php

    r1232744 r1232781  
    8888        curl_setopt($ch, CURLOPT_TIMEOUT,10);
    8989        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)');
    9191        curl_exec($ch);
    9292        curl_close($ch);
Note: See TracChangeset for help on using the changeset viewer.