| Line 31... |
Line 31... |
| 31 |
require('/etc/freeradius-web/config.php');
|
31 |
require('/etc/freeradius-web/config.php');
|
| 32 |
|
32 |
|
| 33 |
if ($config['general_lib_type'] != 'sql'){
|
33 |
if ($config['general_lib_type'] != 'sql'){
|
| 34 |
echo <<<EOM
|
34 |
echo <<<EOM
|
| 35 |
<title>$l_title</title>
|
35 |
<title>$l_title</title>
|
| 36 |
<meta http-equiv="Content-Type" content="text/html; charset=$config['general_charset']">
|
36 |
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
|
| 37 |
<link rel="stylesheet" href="style.css">
|
37 |
<link rel="stylesheet" href="style.css">
|
| 38 |
</head>
|
38 |
</head>
|
| 39 |
<body>
|
39 |
<body>
|
| 40 |
<center>
|
40 |
<center>
|
| 41 |
<b>This page is only available if you are using sql as general library type</b>
|
41 |
<b>This page is only available if you are using sql as general library type</b>
|
| Line 59... |
Line 59... |
| 59 |
$colspan=1;
|
59 |
$colspan=1;
|
| 60 |
}
|
60 |
}
|
| 61 |
?>
|
61 |
?>
|
| 62 |
|
62 |
|
| 63 |
<html><head><title>New group</title>
|
63 |
<html><head><title>New group</title>
|
| 64 |
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
|
64 |
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
|
| 65 |
<link rel="stylesheet" href="/css/style.css">
|
65 |
<link rel="stylesheet" href="/css/style.css">
|
| 66 |
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css" />
|
66 |
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css" />
|
| 67 |
<script type="text/javascript" src="/js/epoch_classes.js"></script>
|
67 |
<script type="text/javascript" src="/js/epoch_classes.js"></script>
|
| 68 |
<script type="text/javascript" src="/js/fonctions.js"></script>
|
68 |
<script type="text/javascript" src="/js/fonctions.js"></script>
|
| 69 |
<script language="javascript" type="text/javascript">
|
69 |
<script language="javascript" type="text/javascript">
|