analyser(); $msg = $messages->table; print '\">'; require_once "$include_path/user_error.inc.php"; error_message($msg[11], $msg[12], 1); print ''; exit; } if(SESSlang) { $lang=SESSlang; $helpdir = $lang; } // localisation (fichier XML) $messages = new XMLlist("$include_path/messages/$lang.xml", 0); $messages->analyser(); $msg = $messages->table; require_once $class_path."/html_helper.class.php"; header ("Content-Type: text/html; charset=".$charset); echo " "; echo HtmlHelper::getInstance()->getStyle($stylesheet); echo " ".$msg["sauv_ftp_test_running"]." "; flush(); $msg_=""; if ($chemin=="") { $chemin="/"; } $conn_id = connectFtp($url, $user, $password, $chemin, $msg_); if ($conn_id != "") { $msg_ = $msg["sauv_ftp_test_succeed"]; } echo "";