constant CDN_DISABLED in CDN 6.2
Same name and namespace in other branches
- 6 cdn.module \CDN_DISABLED
- 7.2 cdn.constants.inc \CDN_DISABLED
@file Constants used by the CDN module.
5 uses of CDN_DISABLED
- cdn_admin_general_settings_form in ./
cdn.admin.inc - Form definition; general settings.
- cdn_cacheaudit in ./
cdn.module - Implements hook_cacheaudit().
- cdn_exit in ./
cdn.module - Implementation of hook_exit().
- cdn_requirements in ./
cdn.install - Implementation of hook_requirements().
- cdn_status_is_enabled in ./
cdn.module - Check if the CDN module is enabled.
File
- ./
cdn.constants.inc, line 9 - Constants used by the CDN module.
Code
define('CDN_DISABLED', 0);