nouveau texte pour la session invite + retour a la liste des comptes
This commit is contained in:
parent
d297637b4f
commit
582f3762f9
|
@ -44,7 +44,7 @@ if ($oldid) {
|
||||||
if (!$mem->setid($oldid)) {
|
if (!$mem->setid($oldid)) {
|
||||||
$oldid=null;
|
$oldid=null;
|
||||||
$error=$err->errstr();
|
$error=$err->errstr();
|
||||||
include("index.php");
|
include("adm_list.php");
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
$oldid=null;
|
$oldid=null;
|
||||||
|
|
|
@ -52,7 +52,7 @@ if (file_exists($lang_date_picker))
|
||||||
$oldid=intval(isset($_COOKIE['oldid'])?$_COOKIE['oldid']:'');
|
$oldid=intval(isset($_COOKIE['oldid'])?$_COOKIE['oldid']:'');
|
||||||
if ($oldid && $oldid!=$cuid) {
|
if ($oldid && $oldid!=$cuid) {
|
||||||
echo "<div align=center><p class='error'>";
|
echo "<div align=center><p class='error'>";
|
||||||
__("Invited session. Clic <a href='adm_login.php'>here</a> to return to your previous session.");
|
__("Administrator session. you may <a href='adm_login.php'>return to your account</a> or <a href='adm_cancel.php'>cancel this feature</a>");
|
||||||
echo "</p></div>";
|
echo "</p></div>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue