Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2883 → Rev 2885

/web/acc/manager/htdocs/help/expiration_help.html
15,12 → 15,13
<tr><td valign="middle" align="center">
Cet attribut définit la date d'expiration du compte.
Le format est "jour mois année" (ex: 20 april 2002).<br>
Les mois en anglais sont : january, february, march, april, may, june,
july, august, september, october, november, december
Les mois sont écrits comme ceci : january, february, march, april, may, june,
july, august, september, october, november, december<br>
7 jours après cette date, le compte sera automatiquement supprimé.
<HR>
This attribute defines the user expiration date. It
should be in the format "day month year" like:
"20 april 2002"
should be in the format "day month year" like: "20 april 2002"<br>
7 days after this date, the user account will be automaticaly removed.
</td></tr>
</table>
<br>
/web/acc/manager/htdocs/user_edit.php
5,7 → 5,7
if (is_file("../lib/langues.php"))
include("../lib/langues.php");
 
// Update Alcasar-Status-Page-Must-Stay-Open
// Update Alcasar-Status-Page-Must-Stay-Open --> TO TEST (Idle-Timeout)
if ((isset($_POST['Alcasar-Status-Page-Must-Stay-Open0'])) && ($_POST['Alcasar-Status-Page-Must-Stay-Open0'] === '2')) {
$_POST['Idle-Timeout0'] = '600'; // 10 minutes
} else {