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 "
"; +} + + function accessforbidden() { llxHeader();