Subversion Repositories ALCASAR

Rev

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

Rev 925 Rev 1805
Line 1... Line 1...
1
<?php
1
<?php
2
//gestion de la langue
2
//gestion de la langue
3
if (is_file("../lib/langues.php"))
3
if (is_file("../lib/langues.php"))
4
	include("../lib/langues.php");
4
	include("../lib/langues.php");
5
require('/etc/freeradius-web/config.php');
5
require('/etc/freeradius-web/config.php');
-
 
6
if(!isset($change)) $change = 0;
6
?>
7
?>
7
 
8
 
8
<html>
9
<html>
9
<head>
10
<head>
10
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
11
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
11
<title>User personal information</title>
12
<title>User personal information</title>
12
<link rel="stylesheet" href="/css/style.css">
13
<link rel="stylesheet" href="/css/style.css">
13
</head>
14
</head>
14
<body>
15
<body>
15
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
16
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">