Subversion Repositories ALCASAR

Rev

Rev 912 | Rev 1845 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 912 Rev 1805
Line 8... Line 8...
8
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
8
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
9
else{
9
else{
10
	echo <<<EOM
10
	echo <<<EOM
11
<html>
11
<html>
12
<title>Find group</title>
12
<title>Find group</title>
13
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
13
<meta http-equiv="Content-Type" content="text/html" charset="$config[general_charset]">
14
<link rel="stylesheet" href="/css/style.css">
14
<link rel="stylesheet" href="/css/style.css">
15
</head>
15
</head>
16
<body>
16
<body>
17
<center>
17
<center>
18
<b>Could not include SQL library functions. Aborting</b>
18
<b>Could not include SQL library functions. Aborting</b>
19
</body>
19
</body>
20
</html>
20
</html>
21
EOM;
21
EOM;
22
	exit();
22
	exit();
23
}
23
}
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="style.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>