|
|
@@ -22,7 +22,6 @@ ob_start();
|
|
|
echo 'Results: ', "\n"; //Buffered
|
|
|
|
|
|
$begin_date = date_create('now');
|
|
|
-notice('FreshRSS starts feeds actualization at ' . $begin_date->format('c'));
|
|
|
|
|
|
// Set the header params ($_GET) to call the FRSS application.
|
|
|
$_GET['c'] = 'feed';
|
|
|
@@ -37,6 +36,8 @@ $system_conf = Minz_Configuration::get('system');
|
|
|
$system_conf->auth_type = 'none'; // avoid necessity to be logged in (not saved!)
|
|
|
define('SIMPLEPIE_SYSLOG_ENABLED', $system_conf->simplepie_syslog_enabled);
|
|
|
|
|
|
+notice('FreshRSS starting feeds actualization at ' . $begin_date->format('c'));
|
|
|
+
|
|
|
// make sure the PHP setup of the CLI environment is compatible with FreshRSS as well
|
|
|
performRequirementCheck($system_conf->db['type']);
|
|
|
|