Subversion Repositories ALCASAR

Rev

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

Rev 2373 Rev 2817
Line 17... Line 17...
17
 
17
 
18
	if ($user_exists == 'no') {
18
	if ($user_exists == 'no') {
19
		echo <<<EOM
19
		echo <<<EOM
20
<title>User information page</title>
20
<title>User information page</title>
21
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
21
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
22
<link rel="stylesheet" href="/css/style.css">
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="style.css">
56
<link rel="stylesheet" href="/css/acc.css">
57
</head>
57
</head>
58
<body>
58
<body>
59
<center>
59
<center>
60
<b>Could not include SQL library functions. Aborting</b>
60
<b>Could not include SQL library functions. Aborting</b>
61
</body>
61
</body>