Citation de code source en PHPn° 18
12 Juin, 2013 à 10:25
<?
if($GLOBALS["IS_REP_USER"])
{
$GLOBALS["AFF_DROITE"]=false;
$GLOBALS["AFF_PUB_GAUCHE"]=false;
if(!detectionAOL())
{
initSession();
if($GLOBALS["IS_REP_USER"])
{
/* ... */
}
}
}
?>