Subversion Repositories ALCASAR

Rev

Rev 910 | Rev 925 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 910 Rev 911
Line 1... Line 1...
1
<?php
1
<?php
2
//gestion de la langue
2
//gestion de la langue
3
$origine='user_edit';
-
 
4
if (is_file("../lib/langues.php"))
3
if (is_file("../lib/langues.php"))
5
	include("../lib/langues.php");
4
	include("../lib/langues.php");
6
require('/etc/freeradius-web/config.php');
5
require('/etc/freeradius-web/config.php');
7
require('../lib/attrshow.php');
6
require('../lib/attrshow.php');
8
require('../lib/defaults.php');
7
require('../lib/defaults.php');
Line 31... Line 30...
31
	$colspan=1;
30
	$colspan=1;
32
}
31
}
33
?>
32
?>
34
<html>
33
<html>
35
<head>
34
<head>
36
<title><?php echo "$l_title";?></title>
35
<title>Users & groups edition</title>
37
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
36
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
38
<link rel="stylesheet" href="/css/style.css">
37
<link rel="stylesheet" href="/css/style.css">
39
<script language="javascript" type="text/javascript">
38
<script language="javascript" type="text/javascript">
40
var chars='0123456789abcdefghijkmnopqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ'
39
var chars='0123456789abcdefghijkmnopqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ'
41
function password(size)
40
function password(size)