Plugin Directory

Changeset 1113309


Ignore:
Timestamp:
03/15/2015 05:50:27 PM (11 years ago)
Author:
znaeff
Message:

Automatic registration button - increased timeout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cleantalk-spam-protect/trunk/cleantalk-admin.php

    r1112974 r1113309  
    5353    if (isset($_POST['get_apikey_auto']) && function_exists('curl_init') && function_exists('json_decode')){
    5454            $url = 'https://api.cleantalk.org';
    55             $server_timeout = 2;
     55            $server_timeout = 10;
    5656            $data = array();
    5757            $data['method_name'] = 'get_api_key';
Note: See TracChangeset for help on using the changeset viewer.