getCurrentSession(); $registry = Registry::getInstance(); $registry->setDOPropertyLoader(PropertiesFactory::getDBPropertyLoader()); $pluginMgt = PluginManagement::getInstance(); // **************************************************************** // tableaux de parametres HTTP $httpParams = array_merge($_GET, $_POST); Librial::logAction($httpParams); Librial::run($session, $httpParams); ?>