plxPlugins->callHook('AdminUserPrepend')); # Control de l'accès à la page en fonction du profil de l'utilisateur connecté $plxAdmin->checkProfil(PROFIL_ADMIN); # On édite la page statique if(!empty($_POST) AND isset($plxAdmin->aUsers[ $_POST['id'] ])) { $plxAdmin->editUser($_POST); header('Location: user.php?p='.$_POST['id']); exit; } elseif(!empty($_GET['p'])) { # On vérifie l'existence de l'utilisateur $id = plxUtils::strCheck(plxUtils::nullbyteRemove($_GET['p'])); if(!isset($plxAdmin->aUsers[ $id ])) { plxMsg::Error(L_USER_UNKNOWN); header('Location: parametres_users.php'); exit; } } else { # Sinon, on redirige header('Location: parametres_users.php'); exit; } # On inclut le header include(dirname(__FILE__).'/top.php'); ?>

"aUsers[$id]['name']); ?>"

plxPlugins->callHook('AdminUserTop')) # Hook Plugins ?>

aUsers[$id]['lang']) ?>

aUsers[$id]['email']), 'text', '30-255') ?>

aUsers[$id]['infos']),95,8) ?>
plxPlugins->callHook('AdminUser')) ?>

plxPlugins->callHook('AdminUserFoot')); # On inclut le footer include(dirname(__FILE__).'/foot.php'); ?>