summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/auth_dialog.php
diff options
context:
space:
mode:
Diffstat (limited to 'appli_3_alpha_old/app/auth_dialog.php')
-rw-r--r--appli_3_alpha_old/app/auth_dialog.php11
1 files changed, 4 insertions, 7 deletions
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();
<?php if ( isset ($debug) ) { echo ' <input type="hidden" name="debug" value="true" />' . "\n"; } ?>
</form>
</div>
-<?php if ( isset ($errmsg) ) { generate_html_div_errmsg($errmsg); } ?>
+<?php if ( isset ($errmsg) ) { generate_html_div_errmsg($errmsg); }
+generate_html_div_footer(); ?>
</body>
</html>