set_include_path oublié

Suite de
755fdd9026
pull/326/head
Alexandre Alapetite 11 years ago
parent 755fdd9026
commit 96bf9e5159
  1. 8
      actualize_script.php

@ -6,14 +6,6 @@ $_GET['a'] = 'actualize';
$_GET['force'] = true;
$_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
$front_controller = new FreshRSS ();

Loading…
Cancel
Save