« Programmation PHP/Exemples/MiniCMS/Premier noyau » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 1 857 :
 
# REGION [0] - Keep order of privileges
if(preg_match('/u/',@$_res['rightrights']))
{
$_SESSION["autho"]["user"] = 1 ;
Ligne 1 864 :
}
if(preg_match('/m/',@$_res['rightrights']))
{
$_SESSION["autho"]["moderator"] = 1 ;
Ligne 1 870 :
}
if(preg_match('/a/',@$_res['rightrights']))
{
$_SESSION["autho"]["admin"] = 1 ;