From afbb4a77c9e0a9c0636352d64410632da44b1c78 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 30 Aug 2003 10:48:01 +0000 Subject: [PATCH] ajout fonction loginFunction --- htdocs/lib/functions.inc.php3 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index a631ba61858..ae85b99cd55 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -25,6 +25,21 @@ $yn[0] = "non"; $yn[1] = "oui"; +function loginFunction() +{ + /** + * Change the HTML output so that it fits to your + * application. */ + print '

Dolibarr Authentification'; + echo "

"; + print ''; + print '';; + print ''; + echo ''; + echo "
Login:
Password:

"; +} + + function accessforbidden() { llxHeader();