| Code: |
| function check_html ($str, $strip="") {
/* The core of this code has been lifted from phpslash */ /* which is licenced under the GPL. */ include("config.php"); if ($strip == "nohtml") $AllowableHTML = array(''); |
| Code: |
|
/* autoriser les image */ else{ $str = stripslashes($str); return $str; exit; } /* Fin autoriser les images*/ |
Toutes les heures sont au format GMT + 2 Heures