uawdijnntqw1x1x1
IP : 216.73.216.249
Hostname : webm001.cluster110.gra.hosting.ovh.net
Kernel : Linux webm001.cluster110.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
etiennec
/
www
/
ecrire
/
..
/
b9da6
/
..
/
plugins-dist
/
medias
/
modeles
/
emb_fonctions.php
/
/
<?php if (!defined('_ECRIRE_INC_VERSION')) return; /** * Trouver le fond pour embarquer un document avec un mime_type donne * text_html * => modeles/text_html.html si il existe, * => modeles/text.html sinon * * @param $mime_type * @return mixed */ function trouver_modele_mime($mime_type){ $fond = preg_replace(',\W,','_',$mime_type); if (trouve_modele($fond)) return $fond; else return preg_replace(',\W.*$,','',$mime_type); }
/home/etiennec/www/ecrire/../b9da6/../plugins-dist/medias/modeles/emb_fonctions.php