From c1dc9c246f878c5bede75f99e282026669527ef9 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Fri, 20 Feb 2004 03:15:07 +0000 Subject: [PATCH] feature pour txm --- etat_migration | 2 +- htdocs/admin/utilisateurs.php | 8 ++++++++ templates/admin/utilisateurs.tpl | 7 ++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/etat_migration b/etat_migration index 98b1c03..087f9fd 100644 --- a/etat_migration +++ b/etat_migration @@ -25,7 +25,6 @@ Etat | Ancien nom | Nouveau nom ; | admin/homonymes.php | ; | admin/ins_confirmees.php | ; | admin/pg.php | -; | admin/utilisateurs.php | ------+-[ marketing ]-----------------------------+---------------- ; | admin/marketing.php | marketing/ ; | admin/marketing_promo.php | marketing/ @@ -112,6 +111,7 @@ Etat | Ancien nom | Nouveau nom ; | trackers/index.php | - ; | trackers/tracker_admin.php | - ------+-------------------------------------------+---------------- +x | admin/utilisateurs.php | - y'a encore du boulot pour que ca valide ! x | epouse.php | - x | parselog.php | stats/... xx | AccesPermanentOff.php | cookie_off.php diff --git a/htdocs/admin/utilisateurs.php b/htdocs/admin/utilisateurs.php index 36615ee..a5db71e 100644 --- a/htdocs/admin/utilisateurs.php +++ b/htdocs/admin/utilisateurs.php @@ -18,6 +18,14 @@ $succes = Array(); function my_error($msg) { global $erreur; $erreur[] = "

Erreur: $msg

"; } function my_msg($msg) { global $succes; $succes[] = "

O.K.: $msg

"; } +/* + * LOGS de l'utilisateur + */ + +if(isset($_REQUEST['logs_button'])) { + header("Location: logger.php?logauth=native&loguser={$_REQUEST['login']}"); +} + /* * SUID diff --git a/templates/admin/utilisateurs.tpl b/templates/admin/utilisateurs.tpl index dc84892..2b4cefe 100644 --- a/templates/admin/utilisateurs.tpl +++ b/templates/admin/utilisateurs.tpl @@ -1,4 +1,4 @@ -{* $Id: utilisateurs.tpl,v 1.2 2004-02-11 21:02:41 x2000habouzit Exp $ *} +{* $Id: utilisateurs.tpl,v 1.3 2004-02-20 03:15:07 x2000habouzit Exp $ *} {if $smarty.session.suid}

@@ -38,9 +38,10 @@ Attention, d -    - +    +    + -- 2.1.4