Subversion Repositories ALCASAR

Rev

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

Rev 1805 Rev 1838
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>