From 96bf9e5159df8a1217b2dbcff3210505c5c9ac1d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 15 Dec 2013 03:39:59 +0100 Subject: set_include_path oubliƩ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suite de https://github.com/marienfressinaud/FreshRSS/commit/755fdd9026c7d8c38fa34586a52bc80a97d81aaa --- actualize_script.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'actualize_script.php') diff --git a/actualize_script.php b/actualize_script.php index b6baa0a30..7986ba0b5 100755 --- a/actualize_script.php +++ b/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 (); -- cgit v1.2.3