constant DRUPALCHAT_EXTERNAL_A_HOST in DrupalChat 7
Same name and namespace in other branches
- 6.2 drupalchat.module \DRUPALCHAT_EXTERNAL_A_HOST
6 uses of DRUPALCHAT_EXTERNAL_A_HOST
- drupalchat_get_messages in ./
drupalchat.module - drupalchat_get_messages_specific in ./
drupalchat.module - drupalchat_init in ./
drupalchat.module - @todo Please document this function.
- drupalchat_mobile_chat in ./
drupalchat.module - drupalchat_settings_form_validate in ./
drupalchat.admin.inc - @todo Please document this function.
File
- ./
drupalchat.module, line 24 - Module code for DrupalChat.
Code
define('DRUPALCHAT_EXTERNAL_A_HOST', 'https://api' . variable_get('drupalchat_ext_d_i', '1') . '.iflychat.com');