diff --git a/include/ac_common.php b/include/ac_common.php index 4817eb4b4..9fbd82392 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -264,6 +264,7 @@ function html_page_start($p_theme="",$p_script="",$p_script2="") '; echo "
"; + echo ''; // language if ( isset($_SESSION['g_lang'])) { @@ -695,14 +696,14 @@ function ajax_disconnected($div) */ if ( ! isset($_SESSION['g_user'])) { - $html=alert("utilisateur déconnecté",true); + $html=alert("Utilisateur déconnecté",true); $html=escape_xml($html); header('Content-type: text/xml; charset=UTF-8'); echo <<Déconnecté
+$html
EOF;
exit();