constant CDN_EXCEPTION_FILE_PATH_WHITELIST_DEFAULT in CDN 6.2
Same name and namespace in other branches
- 7.2 cdn.constants.inc \CDN_EXCEPTION_FILE_PATH_WHITELIST_DEFAULT
2 uses of CDN_EXCEPTION_FILE_PATH_WHITELIST_DEFAULT
- cdn_admin_other_settings_form in ./
cdn.admin.inc - Form definition; other settings.
- cdn_check_file in ./
cdn.module - Check if a file should be served from the CDN.
File
- ./
cdn.constants.inc, line 34 - Constants used by the CDN module.
Code
define('CDN_EXCEPTION_FILE_PATH_WHITELIST_DEFAULT', "misc/*.js\nmodules/block/block.js\nmodules/color/color.js\nmodules/comment/comment.js\nmodules/openid/openid.js\nmodules/profile/profile.js\nmodules/system/system.js\nmodules/taxonomy/taxonomy.js\nmodules/user/user.js\n*/admin_menu/admin_menu.js");