Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 848 → Rev 849

/trunk/cron.sh
22,9 → 22,6
// Example: The automatic publishing of OIDs will then be done by this script
// and not by a random visitor.
 
// TODO: set a global flag that tells the plugins whether we are calling from crontab,
// so that auto publishing et al prefer cron calls and only execute their code
// for random visitors, if the crontab is not running.
 
try {
require_once __DIR__ . '/includes/oidplus.inc.php';