Subversion Repositories ALCASAR

Rev

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

Rev 1831 Rev 2817
Line 11... Line 11...
11
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
11
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
12
else{
12
else{
13
	echo <<<EOM
13
	echo <<<EOM
14
<title>Failed logins</title>
14
<title>Failed logins</title>
15
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
15
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
16
<link rel="stylesheet" href="style.css">
16
<link rel="stylesheet" href="/css/acc.css">
17
</head>
17
</head>
18
<body>
18
<body>
19
<center>
19
<center>
20
<b>Could not include SQL library functions. Aborting</b>
20
<b>Could not include SQL library functions. Aborting</b>
21
</body>
21
</body>
Line 61... Line 61...
61
?>
61
?>
62
 
62
 
63
<head>
63
<head>
64
<title>Authentifications manqu&eacute;es</title>
64
<title>Authentifications manqu&eacute;es</title>
65
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
65
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
66
<link rel="stylesheet" href="style.css">
66
<link rel="stylesheet" href="/css/acc.css">
67
</head>
67
</head>
68
<body>
68
<body>
69
<center>
69
<center>
70
<table border=0 width=550 cellpadding=0 cellspacing=0>
70
<table border=0 width=550 cellpadding=0 cellspacing=0>
71
<tr valign=top>
71
<tr valign=top>