librealire/librealire_fonctions.php

11 lines
149 B
PHP
Raw Normal View History

2020-09-25 12:06:00 +02:00
<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function retiremot($chaine) {
$chaine = str_replace('mot','',$chaine);
return $chaine;
}