Subversion Repositories ALCASAR

Rev

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

Rev 1831 Rev 2191
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
# $Id: stats.php 2191 2017-04-28 22:00:32Z tom.houdayer $
-
 
3
 
2
require('/etc/freeradius-web/config.php');
4
require('/etc/freeradius-web/config.php');
3
require('../lib/sql/nas_list.php');
5
require('../lib/sql/nas_list.php');
4
require_once('../lib/xlat.php');
6
require_once('../lib/xlat.php');
5
?>
7
?>
6
<html>
8
<html>
7
<head>
9
<head>
8
<title>Analyse des comptes</title>
10
<title>Analyse des comptes</title>
9
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
11
<meta http-equiv="Content-Type" content="text/html; charset=<?= $config['general_charset'] ?>">
10
<link rel="stylesheet" href="style.css">
12
<link rel="stylesheet" href="style.css">
11
</head>
13
</head>
12
<body>
14
<body>
13
<center>
15
<center>
14
 
16