From 2101092b0f6e867e03d2ca14caca01dd4a8f4ef6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Nov 2018 16:16:29 +0100 Subject: version 1.9.0 for GLPI 9.3 https://forge.glpi-project.org/versions/1268 --- changeset_r458.diff | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 changeset_r458.diff (limited to 'changeset_r458.diff') diff --git a/changeset_r458.diff b/changeset_r458.diff deleted file mode 100644 index 13740e3..0000000 --- a/changeset_r458.diff +++ /dev/null @@ -1,18 +0,0 @@ -Index: trunk/inc/methodsession.class.php -=================================================================== ---- trunk/inc/methodsession.class.php (révision 457) -+++ trunk/inc/methodsession.class.php (révision 458) -@@ -339,12 +339,7 @@ - $current = session_id(); - $session = trim($session); - -- if (file_exists(GLPI_ROOT . "/config/config_path.php")) { -- include_once (GLPI_ROOT . "/config/config_path.php"); -- } -- if (!defined("GLPI_SESSION_DIR")) { -- define("GLPI_SESSION_DIR", GLPI_ROOT . "/files/_sessions"); -- } -+ require_once GLPI_ROOT . '/inc/based_config.php'; - - if ($session != $current) { - if (!empty($current)) { -- cgit