constant CDN_EXCEPTION_AUTH_USERS_BLACKLIST_DEFAULT in CDN 7.2
Same name and namespace in other branches
- 6.2 cdn.constants.inc \CDN_EXCEPTION_AUTH_USERS_BLACKLIST_DEFAULT
2 uses of CDN_EXCEPTION_AUTH_USERS_BLACKLIST_DEFAULT
- cdn_admin_other_settings_form in ./
cdn.admin.inc - Form definition; other settings.
- cdn_check_drupal_path in ./
cdn.module - Check if a Drupal path should serve files from the CDN (i.e.: is the Drupal path blacklisted?).
File
- ./
cdn.constants.inc, line 36 - Constants used by the CDN module.
Code
define('CDN_EXCEPTION_AUTH_USERS_BLACKLIST_DEFAULT', 'admin*');