Files
PHP-LDAP/templates/login_success.html.php
2025-03-26 17:02:40 +01:00

12 lines
206 B
PHP

<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connexion</title>
</head>
<body>
<?php
echo $body ?? "";
?>
</body>
</html>