<?PHP
!include! ("header.php");
if (($op!="") and ($op)) {
// Anti Hack
if (eregi("(^[0-9a-z_\.-])",$op) and !stristr($op,".*://") and !stristr($op,"..") and !stristr($op,"../") and !stristr($op, "script") and !stristr($op, "cookie") and !stristr($op, "!iframe!") and !stristr($op, "applet") and !stristr($op, "object") and !stristr($op, "meta")) {
if (file_exists("html/$op")) {
!include! ("html/$op");
}
}
}
!include! ("footer.php");
?>
Y a rien qui s'affiche entre le header et footer. :paf