Subversion Repositories ALCASAR

Rev

Rev 2817 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2817 Rev 2875
Line 5... Line 5...
5
	include("../lib/langues.php");
5
	include("../lib/langues.php");
6
require('/etc/freeradius-web/config.php');
6
require('/etc/freeradius-web/config.php');
7
?>
7
?>
8
<html>
8
<html>
9
<head>
9
<head>
-
 
10
<link rel="stylesheet" href="/css/acc.css">
10
<?php
11
<?php
11
require('../lib/functions.php');
12
require('../lib/functions.php');
12
require('../lib/defaults.php');
13
require('../lib/defaults.php');
13
$date = strftime('%A, %e %B %Y, %T %Z');
14
$date = strftime('%A, %e %B %Y, %T %Z');
14
 
15
 
Line 17... Line 18...
17
 
18
 
18
	if ($user_exists == 'no') {
19
	if ($user_exists == 'no') {
19
		echo <<<EOM
20
		echo <<<EOM
20
<title>User information page</title>
21
<title>User information page</title>
21
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
22
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
22
<link rel="stylesheet" href="/css/acc.css">
-
 
23
</head>
23
</head>
24
<body>
24
<body>
25
<center>
25
<center>
26
<form action="user_admin.php" method=get>
26
<form action="user_admin.php" method=get>
27
<b>User Name&nbsp;&nbsp;</b>
27
<b>User Name&nbsp;&nbsp;</b>
Line 51... Line 51...
51
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
51
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
52
else{
52
else{
53
	echo <<<EOM
53
	echo <<<EOM
54
<title>User information page</title>
54
<title>User information page</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
55
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
56
<link rel="stylesheet" href="/css/acc.css">
-
 
57
</head>
56
</head>
58
<body>
57
<body>
59
<center>
58
<center>
60
<b>Could not include SQL library functions. Aborting</b>
59
<b>Could not include SQL library functions. Aborting</b>
61
</body>
60
</body>