Changeset 1113309
- Timestamp:
- 03/15/2015 05:50:27 PM (11 years ago)
- File:
-
- 1 edited
-
cleantalk-spam-protect/trunk/cleantalk-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleantalk-spam-protect/trunk/cleantalk-admin.php
r1112974 r1113309 53 53 if (isset($_POST['get_apikey_auto']) && function_exists('curl_init') && function_exists('json_decode')){ 54 54 $url = 'https://api.cleantalk.org'; 55 $server_timeout = 2;55 $server_timeout = 10; 56 56 $data = array(); 57 57 $data['method_name'] = 'get_api_key';
Note: See TracChangeset
for help on using the changeset viewer.