website logo
Auteur
avatar
mishael

Forum » » Le coin des codeurs » » comprend pas!


Posté : 26 juil. 2003 à 18:39 icone du post

<?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.

Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=6864&forum=5