|
@@ -6,14 +6,6 @@ $_GET['a'] = 'actualize';
|
|
|
$_GET['force'] = true;
|
|
$_GET['force'] = true;
|
|
|
$_SERVER['HTTP_HOST'] = '';
|
|
$_SERVER['HTTP_HOST'] = '';
|
|
|
|
|
|
|
|
-set_include_path (get_include_path ()
|
|
|
|
|
- . PATH_SEPARATOR
|
|
|
|
|
- . LIB_PATH
|
|
|
|
|
- . PATH_SEPARATOR
|
|
|
|
|
- . LIB_PATH . '/minz'
|
|
|
|
|
- . PATH_SEPARATOR
|
|
|
|
|
- . APP_PATH);
|
|
|
|
|
-
|
|
|
|
|
require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
|
|
require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
|
|
|
|
|
|
|
|
$front_controller = new FreshRSS ();
|
|
$front_controller = new FreshRSS ();
|