source: sipes/cord/cron.php @ b9d4e2e

stableversion-3.0
Last change on this file since b9d4e2e was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 206 octetos
Línea 
1<?php
2
3/**
4 * @file
5 * Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
6 */
7
8include_once './includes/bootstrap.inc';
9drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
10drupal_cron_run();
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.