uawdijnntqw1x1x1
IP : 216.73.217.60
Hostname : webm005.cluster127.gra.hosting.ovh.net
Kernel : Linux webm005.cluster127.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
/
histoio
/
www
/
f41a3
/
.
/
..
/
..
/
www
/
plugins
/
auto
/
crayons
/
v2.3.0
/
crayons.js_fonctions.php
/
/
<?php /** * Crayons * plugin for spip * (c) Fil, toggg 2006-2019 * licence GPL * */ if (!defined('_ECRIRE_INC_VERSION')) { return; } // // Les crayons ont leur propre copie du pack de Dean Edwards // pour compatibilite avec SPIP < [9717] // function pack_cQuery($chemin) { if (!$chemin) { return; } $flux = spip_file_get_contents($chemin); $flux = str_replace('jQuery', 'cQuery', $flux); $flux = str_replace('cQuery.spip', 'jQuery.spip', $flux); // On ne compacte PAS deux fois (c'est inutile et en plus ca bugge) if (!strlen($flux) or _request('debug_crayons') // mode debug des crayons or !function_exists('minifier') ) { return $flux; } $flux = minifier($flux, 'js'); return $flux; }
/home/histoio/www/f41a3/./../../www/plugins/auto/crayons/v2.3.0/crayons.js_fonctions.php