You are here

function _cleantalk_set_ws in Anti Spam by CleanTalk 7.2

Same name and namespace in other branches
  1. 8 cleantalk.module \_cleantalk_set_ws()
  2. 7 cleantalk.module \_cleantalk_set_ws()

Cleantalk inner function - sets working server.

1 call to _cleantalk_set_ws()
_cleantalk_check_spam in ./cleantalk.module
Cleantalk inner function - performs antispam checking.

File

./cleantalk.module, line 1830
Main CleanTalk integration module functions.

Code

function _cleantalk_set_ws($work_url = 'http://moderate.cleantalk.ru', $server_url = 'http://moderate.cleantalk.ru', $server_ttl = 0, $server_changed = 0) {
  variable_set('cleantalk_work_url', $work_url);
  variable_set('cleantalk_server_url', $server_url);
  variable_set('cleantalk_server_ttl', $server_ttl);
  variable_set('cleantalk_server_changed', $server_changed);
}