summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/auth_dialog.php
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:13:09 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:13:09 +0200
commit3fc908d3a1d0f6c9b1fca690561098541a73266e (patch)
treec1f2dd9663a2cba43abd6b59b2612ad214a92c79 /appli_3_alpha_old/app/auth_dialog.php
parent1269889704386de951d7f91eb169eb1e1bb36cc0 (diff)
download2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.tar.gz
2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.tar.bz2
2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.zip
Version alpha_old5 2007-02-22+15:00:00 - 2007-03-11+16:30:15
Diffstat (limited to 'appli_3_alpha_old/app/auth_dialog.php')
-rw-r--r--appli_3_alpha_old/app/auth_dialog.php8
1 files changed, 6 insertions, 2 deletions
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;