Subversion Repositories ALCASAR

Rev

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

Rev 2817 Rev 2875
Line 24... Line 24...
24
if ($config['general_lib_type'] != 'sql'){
24
if ($config['general_lib_type'] != 'sql'){
25
	echo <<<EOM
25
	echo <<<EOM
26
<html>
26
<html>
27
<title>find group</title>
27
<title>find group</title>
28
<meta http-equiv="Content-Type" content="text/html" charset="$config[general_charset]">
28
<meta http-equiv="Content-Type" content="text/html" charset="$config[general_charset]">
29
<link rel="stylesheet" href="style.css">
29
<link rel="stylesheet" href="/css/acc.css">
30
</head>
30
</head>
31
<body>
31
<body>
32
<center>
32
<center>
33
<b>This page is only available if you are using sql as general library type</b>
33
<b>This page is only available if you are using sql as general library type</b>
34
</body>
34
</body>