tbrehm
2012-05-31 7d4360a04e0c1d1fa20a7d8b098f36793b2b15a3
interface/web/sites/aps_cron_apscrawler_if.php
@@ -32,6 +32,9 @@
//require_once('classes/class.crawler.php');
$app->load('aps_crawler');
if(!@ini_get('allow_url_fopen')) $app->error('allow_url_fopen is not enabled');
if(!function_exists('curl_version')) $app->error('cURL is not available');
$log_prefix = 'APS crawler cron: ';
$aps = new ApsCrawler($app, true); // true = Interface mode, false = Server mode