You are here

constant CDN_HTTPS_SUPPORT_VARIABLE in CDN 6.2

Same name and namespace in other branches
  1. 7.2 cdn.constants.inc \CDN_HTTPS_SUPPORT_VARIABLE
4 uses of CDN_HTTPS_SUPPORT_VARIABLE
cdn_admin_other_settings_form in ./cdn.admin.inc
Form definition; other settings.
cdn_check_protocol in ./cdn.module
Check if the current protocol is supported by the CDN.
cdn_file_url_alter in ./cdn.module
Implementation of hook_file_url_alter().
cdn_serve_from_https in ./cdn.module
Check if CDN module should serve files from a HTTPS location.

File

./cdn.constants.inc, line 26
Constants used by the CDN module.

Code

define('CDN_HTTPS_SUPPORT_VARIABLE', 'cdn_https_support');