diff --git a/ecrire/index.php b/ecrire/index.php index 7e6db69f294f5d9ac26c3ba89f67985a9f33d622..1cba286aeb2073bc839c1ac67f9c5484c2f52cb0 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 863dedcf91909289feec83817dfe304fda00e11a..230ba094601958e7cea2bba8a5038e72d90ebb56 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/');