0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
fonctions
/
substitutions
/
[
Home
]
File: substitparrain.php
<?php include_once("classes/Client.class.php"); /* Substitutions de type parrain */ function substitparrain($texte){ global $id_parrain; $client = new Client(); $client->charger_id($id_parrain); $texte = str_replace("#PARRAIN_EMAIL", "$client->email", $texte); return $texte; } ?>
©
2018.