// Autorisons le CS seulement sur le site 'www.toto.ici' function autoriser_cs_configurer($faire, $type, $id, $qui, $opt) { return $_SERVER['HTTP_HOST']==='www.toto.ici'; }