{# # --------------------------------------------------------------------- # # GLPI - Gestionnaire Libre de Parc Informatique # # http://glpi-project.org # # @copyright 2015-2025 Teclib' and contributors. # @licence https://www.gnu.org/licenses/gpl-3.0.html # # --------------------------------------------------------------------- # # LICENSE # # This file is part of GLPI. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # --------------------------------------------------------------------- #} {% do call(['Html', 'nullHeader'], [__('Update needed')]) %}
{% include 'install/blocks/requirements_table.html.twig' with {'requirements': core_requirements} %} {% if core_requirements.hasMissingMandatoryRequirements() or core_requirements.hasMissingOptionalRequirements() %}
{% endif %} {% if not core_requirements.hasMissingMandatoryRequirements() %} {% if not is_outdated %}
{% if not is_stable_release %} {% include 'install/agree_unstable.html.twig' with {'is_dev': is_dev_version} only %} {% endif %}

{{ __('The GLPI codebase has been updated. The update of the GLPI database is necessary.') }}

{% else %}

{{ __('You are trying to use GLPI with outdated files compared to the version of the database. Please install the correct GLPI files corresponding to the version of your database.') }}

{% endif %} {% endif %}
{% do call(['Html', 'nullFooter']) %}