Changeset 2895


Ignore:
Timestamp:
03/27/11 15:45:51 (2 years ago)
Author:
benjamin
Message:

on peut annuler la possibilite de revenir a l'admin

Location:
alternc/trunk/bureau
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/adm_login.php

    r2894 r2895  
    3333$oldid=intval($_COOKIE['oldid']); 
    3434if ($oldid) { 
    35   setcookie('oldid','',0,'/admin/'); 
     35  setcookie('oldid','',0,'/'); 
    3636 
    3737  $db->query("select lastip from membres where uid='$oldid';"); 
     
    7272  $error=$err->errstr(); 
    7373} else { 
    74   setcookie('oldid',$cuid,0,'/admin/'); 
     74  setcookie('oldid',$cuid,0,'/'); 
    7575  if (!$mem->setid($id)) { 
    7676    $error=$err->errstr(); 
  • alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po

    r2893 r2895  
    38343834#: ../admin/head.php:50 
    38353835msgid "" 
    3836 "Invited session. Clic <a href='adm_login.php'>here</a> to return to your " 
    3837 "previous session." 
    3838 msgstr "Session invité <a href='adm_login.php'>Cliquez ici</a> pour revenir a votre session précédente" 
     3836"Administrator session. you may <a href='adm_login.php'>return to your account</a> or <a href='adm_cancel.php'>cancel this feature</a>" 
     3837msgstr "Session administrateur. Vous pouvez <a href='adm_login.php'>revenir à votre compte</a> ou <a href='adm_cancel.php'>annuler cette possibilité</a>" 
    38393838 
    38403839#: ../admin/adm_passpolicy.php:120 
Note: See TracChangeset for help on using the changeset viewer.