uawdijnntqw1x1x1
IP : 216.73.216.217
Hostname : webm019.cluster129.gra.hosting.ovh.net
Kernel : Linux webm019.cluster129.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
/
checkyd
/
www
/
assets
/
..
/
plugins-dist
/
medias
/
inc
/
..
/
urls
/
..
/
modeles
/
emb_fonctions.php
/
/
<?php if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Trouver le fond pour embarquer un document * - avec une extension * - avec un mime_type donne * * => modeles/emb_html.html si il existe * => modeles/text_html.html si il existe, * => modeles/text.html sinon * * @param $extension * @param $mime_type * @return mixed */ function trouver_modele_emb($extension, $mime_type) { if ($extension and trouve_modele($fond = 'emb_' . $extension)) { return $fond; } $fond = preg_replace(',\W,', '_', $mime_type); if (trouve_modele($fond)) { return $fond; } else { return preg_replace(',\W.*$,', '', $mime_type); } }
/home/checkyd/www/assets/../plugins-dist/medias/inc/../urls/../modeles/emb_fonctions.php