aboutsummaryrefslogtreecommitdiff
path: root/actualize_script.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-15 03:38:17 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-15 03:38:17 +0100
commit755fdd9026c7d8c38fa34586a52bc80a97d81aaa (patch)
tree8bd1f7cc05b11de376849ed8e9a797944801a087 /actualize_script.php
parent878e96202e8a22e4857b98e29b0a1fce68eccbc9 (diff)
Refactorisation : fichier oubliƩ
Suite de https://github.com/marienfressinaud/FreshRSS/commit/878e96202e8a22e4857b98e29b0a1fce68eccbc9
Diffstat (limited to 'actualize_script.php')
-rwxr-xr-xactualize_script.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/actualize_script.php b/actualize_script.php
index 942070ccc..b6baa0a30 100755
--- a/actualize_script.php
+++ b/actualize_script.php
@@ -14,10 +14,10 @@ set_include_path (get_include_path ()
. PATH_SEPARATOR
. APP_PATH);
-require (APP_PATH . '/App_FrontController.php');
+require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
-$front_controller = new App_FrontController ();
+$front_controller = new FreshRSS ();
$front_controller->init ();
-Session::_param('mail', true); // permet de se passer de la phase de connexion
+Minz_Session::_param('mail', true); // permet de se passer de la phase de connexion
$front_controller->run ();
invalidateHttpCache();