function akamai_init in Akamai 6
Implementation of hook_init().
File
- ./
akamai.module, line 14 - akamai.module Integration with the Akamai CDN Cache Control Web Service.
Code
function akamai_init() {
// Only load these if it is not a cached page
module_load_include('inc', 'akamai', 'akamai.class');
}