tbrehm
2012-06-07 84b8c17c925953d968d89787d10b05f9b54fbf22
interface/web/sites/aps_cron_apscrawler_if.php
@@ -32,8 +32,8 @@
//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');
if(!@ini_get('allow_url_fopen')) $app->error('allow_url_fopen is not enabled.');
if(!function_exists('curl_version')) $app->error('The PHP CURL extension is not available.');
$log_prefix = 'APS crawler cron: ';