From a25edc8edf23e652dbd529b8c42199ae559905a1 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 11:17:01 +0200 Subject: Version alpha_old6 2007-02-22+15:45:00 - 2007-03-12+13:59:02 --- appli_3_alpha_old/app/auth_dialog.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 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 ecb631b..9d1d391 100644 --- a/appli_3_alpha_old/app/auth_dialog.php +++ b/appli_3_alpha_old/app/auth_dialog.php @@ -50,13 +50,9 @@ switch ( $methodeAuth ) { case 'webetud': - // include... - $auth_is_ok=VerifOuvertureSession("quelconque"); - if ( ! $auth_is_ok ) { $errmsg="Authentification WebEtud refusée !"; } + // TODO 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; @@ -119,6 +115,7 @@ generate_html_div_help(); ' . "\n"; } ?> - + -- cgit v1.2.3