From b2931f348a341c83d303139c67d09a93c1e35a55 Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Tue, 7 Mar 2023 14:51:10 +0100 Subject: [PATCH] =?UTF-8?q?chores:=20un=20seul=20chargement=20de=20l'autol?= =?UTF-8?q?oader=20est=20necessaire,=20dans=20inc=5Fversion,=20qu'on=20app?= =?UTF-8?q?elle=20en=20premier=20sur=20ces=20points=20d'entr=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/index.php | 2 -- spip.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/ecrire/index.php b/ecrire/index.php index 7e6db69f29..1cba286aeb 100644 --- a/ecrire/index.php +++ b/ecrire/index.php @@ -9,8 +9,6 @@ * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ -require_once __DIR__ . '/../vendor/autoload.php'; - /** * Fichier d'exécution de l'interface privée * diff --git a/spip.php b/spip.php index 863dedcf91..230ba09460 100644 --- a/spip.php +++ b/spip.php @@ -10,8 +10,6 @@ * Pour plus de détails voir le fichier COPYING.txt ou l'aide en ligne. * \***************************************************************************/ -require_once __DIR__ . '/vendor/autoload.php'; - # ou est l'espace prive ? if (!defined('_DIR_RESTREINT_ABS')) { define('_DIR_RESTREINT_ABS', 'ecrire/'); -- GitLab