From 3fc908d3a1d0f6c9b1fca690561098541a73266e Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 11:13:09 +0200 Subject: Version alpha_old5 2007-02-22+15:00:00 - 2007-03-11+16:30:15 --- appli_3_alpha_old/app/auth_dialog.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'appli_3_alpha_old/app/auth_dialog.php') diff --git a/appli_3_alpha_old/app/auth_dialog.php b/appli_3_alpha_old/app/auth_dialog.php index 36058e0..ecb631b 100644 --- a/appli_3_alpha_old/app/auth_dialog.php +++ b/appli_3_alpha_old/app/auth_dialog.php @@ -50,9 +50,13 @@ switch ( $methodeAuth ) { case 'webetud': - // TODO + // include... + $auth_is_ok=VerifOuvertureSession("quelconque"); + if ( ! $auth_is_ok ) { $errmsg="Authentification WebEtud refusée !"; } break; - // Vous pouvez ajouter d'autres mode d'authentification ici ! + /*************************************************************** + ** Vous pouvez ajouter d'autres mode d'authentification ici ! ** + ***************************************************************/ case 'bypass': $auth_is_ok=true; break; -- cgit v1.2.3