X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fspip.php;h=9e09e613a6b3ae726ba1caeddc6ff7c77abed70b;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=d22dd83bdb39471764dbc0e6fb85aaad5936fbc1;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/spip.php b/www/spip.php index d22dd83b..9e09e613 100644 --- a/www/spip.php +++ b/www/spip.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2016 * + * Copyright (c) 2001-2017 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -11,16 +11,16 @@ \***************************************************************************/ # ou est l'espace prive ? -if (!defined('_DIR_RESTREINT_ABS')) define('_DIR_RESTREINT_ABS', 'ecrire/'); +if (!defined('_DIR_RESTREINT_ABS')) { + define('_DIR_RESTREINT_ABS', 'ecrire/'); +} include_once _DIR_RESTREINT_ABS.'inc_version.php'; # rediriger les anciens URLs de la forme page.php3fond=xxx if (isset($_GET['fond'])) { include_spip('inc/headers'); redirige_par_entete(generer_url_public($_GET['fond'])); - } +} # au travail... include _DIR_RESTREINT_ABS.'public.php'; - -?>