**SPIP**
# Article submitted
The article "**\_HEADER\_COMPOSED_BY**
(https://www.spip.net/ecrire/?exec=article&id_article=6584)" is submitted
for publication. on Monday 8 June 2020.
* * *
## \_HEADER\_COMPOSED_BY
Monday 8 June 2020 , by [jack](.././?page=auteur&id_auteur=593&)
The constant **`_HEADER_COMPOSED_BY`** defines the content of the
*Composed-By* part of the HTTP header of pages generated by SPIP (see
article $GLOBALS\[’spip\_header\_silencieux’\]
(https://www.spip.net/ecrire/?exec=article&id_article=5135) on this
subject). By default, this constant is set to "Composed-By: SPIP".
It is possible to customize this value in your file
`config/mes_options.php` (See the article dedicated to it
(https://www.spip.net/ecrire/?exec=article&id_article=4909)).
Example :
// do not send a Composed-By HTTP header
define
(http://www.php.net/define)
(
'_HEADER_COMPOSED_BY'
,
''
)
;
— Sent by SPIP (https://www.spip.net/)
