Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2821 → Rev 2822

/web/index.php
46,6 → 46,7
$organisme = $conf["ORGANISM"];
$hostname = $conf["HOSTNAME"].'.'.$conf["DOMAIN"];
$ssl_enable = ($conf['HTTPS_LOGIN'] === 'on');
$protocol = ($ssl_enable) ? 'https//' : 'http://';
$useHTTPS = ((isset($_SERVER['HTTPS'])) && (!empty($_SERVER['HTTPS'])) && ($_SERVER['HTTPS'] !== 'off'));
$network_pb = false; // "alcasar-watchdog.sh" changes this value if a network issue is detected
$diagnostic = "can't contact the default router"; // "alcasar-watchdog.sh" changes this value if a network issue is detected
166,7 → 167,7
$l_logout = "<a href=\"\">Information des connexions</a>";
}
}
$l_password_change = "<a href=\"https://$hostname/password.php\">Changer votre mot de passe</a>";
$l_password_change = "<a href=\"" . $protocol . "$hostname/password.php\">Changer votre mot de passe</a>";
$l_back_page = "<a href=\"javascript:history.back()\">Page précédente</a>";
$l_explain_warn = "L'administrateur a créé une archive contenant vos journaux de connexion dans le cadre d'une affaire judiciaire.";
if (isset($_GET['url'])) {
205,7 → 206,7
$l_logout = "<a href=\"\">Informações de conexões</a>";
}
}
$l_password_change = "<a href=\"https://$hostname/password.php\">Mudar sua senha</a>";
$l_password_change = "<a href=\"" . $protocol . "$hostname/password.php\">Mudar sua senha</a>";
$l_back_page = "<a href=\"javascript:history.back()\">Página anterior</a>";
$l_explain_warn = "El administrador ha creado un archivo que contiene los periódicos de inicio de sesión como parte de un proceso judicial.";
if (isset($_GET['url'])) {
244,7 → 245,7
$l_logout = "<a href=\"\">连接信息</a>";
}
}
$l_password_change = "<a href=\"https://$hostname/password.php\">更改您的密码</a>";
$l_password_change = "<a href=\"" . $protocol . "$hostname/password.php\">更改您的密码</a>";
$l_back_page = "<a href=\"javascript:history.back()\">上一页</a>";
$l_explain_warn = "管理员创建了一份可用于司法调查的连接日志文档。";
if (isset($_GET['url'])) {
293,7 → 294,7
}
}
$change_pass_text = "غير كلمتك السرية";
$l_password_change = "<a href=\"https://$hostname/password.php\">$change_pass_text</a>";
$l_password_change = "<a href=\"" . $protocol . "$hostname/password.php\">$change_pass_text</a>";
$redirect_sms_text = "يوجهك على الصفحة التفسيرية للتسجيل الذاتي بطريقة";
$login_text = "تسجيل الدخول";
$your_phone_text = "رقم الهاتف الخاص بك";
339,7 → 340,7
$l_logout = "<a href=\"\">Informationen zur Verbindung</a>";
}
}
$l_password_change = "<a href=\"https://$hostname/password.php\">Passwort ändern</a>";
$l_password_change = "<a href=\"" . $protocol . "$hostname/password.php\">Passwort ändern</a>";
$l_back_page = "<a href=\"javascript:history.back()\">Previous page</a>";
$l_explain_warn = "Der Administrator wird ein Archiv erstellen, welches Ihre Logdaten für den Fall einer gerichtlichen Untersuchung beinhaltet.";
if (isset($_GET['url'])) {
379,7 → 380,7
$l_logout = "<a href=\"\">Connections information</a>";
}
}
$l_password_change = "<a href=\"https://$hostname/password.php\">Change your password</a>";
$l_password_change = "<a href=\"" . $protocol . "$hostname/password.php\">Change your password</a>";
$l_back_page = "<a href=\"javascript:history.back()\">Previous page</a>";
$l_explain_warn = "The administrator created an archive which contains your imputabilities logs for a judicial investigation.";
if (isset($_GET['url'])) {
547,7 → 548,7
</div>
</div>
<div class="box_menu_right box_menu<?= ($ssl_enable) ? '' : ' box-menu-disabled' ?>" id="box_certif" <?= ($ssl_enable) ? '' : 'title=\'Not available\'' ?>>
<div class="box_menu_right box_menu" id="box_certif">
<span><a href="<?= $certCa_link ?>"><?= $l_install_certif ?></a></span>
<div class="menu-image">
<img class="img-responsive" src="<?= $img_rep.$img_certificate ?>">