You are here

cdn_cron.php in CDN 5

File

cdn_cron.php
View source
<?php

/**
 * @file
 * Handles incoming requests to fire off CDN synchronization cron jobs.
 */
include_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
$cdn_dir = drupal_get_path('module', 'cdn');
require_once "{$cdn_dir}/cdn.inc";
require_once "{$cdn_dir}/cdn_cron.inc";
cdn_cron_run();