Suite de https://github.com/marienfressinaud/FreshRSS/commit/755fdd9026c7d8c38fa34586a52bc80a97d81aaa
@@ -6,14 +6,6 @@ $_GET['a'] = 'actualize';
$_GET['force'] = true;
$_SERVER['HTTP_HOST'] = '';
-set_include_path (get_include_path ()
- . PATH_SEPARATOR
- . LIB_PATH
- . LIB_PATH . '/minz'
- . APP_PATH);
-
require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
$front_controller = new FreshRSS ();