Warning: filemtime(): stat failed for ./data/secure/tokens/ff29909eb70d751c6d963daf4cb08614d6adce12843d201b013252df5660f67aba93063c3c0f093625e68f7c4bbc4ffa87a0656f944f67e3535955f163f3ba25.token in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 831
SnippetVamp - open
#key - Liens cliquables
function liens_cliquables($url){
  $in=array(
  '`((?:https?|ftp)://S+)(s|z)`',
  '`((?$1 ',
  ' $1 ');
  return preg_replace($in,$out,$url);
}