Subversion Repositories ALCASAR

Rev

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

Rev 2163 Rev 2164
Line 146... Line 146...
146
					</div>
146
					</div>
147
				</div>
147
				</div>
148
				<div id=\"contenu_acces\">
148
				<div id=\"contenu_acces\">
149
					<form name=\"master\" action=\"$current_page\" method=\"post\">
149
					<form name=\"master\" action=\"$current_page\" method=\"post\">
150
					<input type=hidden name=action value=checkpass>
150
					<input type=hidden name=action value=checkpass>
151
						<table id=\"champs_pass\" border=\"1\">
151
						<table id=\"champs_pass\" border=\"0\">
152
							<tr>
152
							<tr>
153
								<td class=\"first_item\">$R_form_l1</td>
153
								<td class=\"first_item\">$R_form_l1</td>
154
								<td><input type=\"text\" name=\"login\" value=\"\" label=\"test\"></td>
154
								<td><input type=\"text\" name=\"login\" value=\"\" label=\"test\"></td>
155
							</tr>	
155
							</tr>	
156
							<tr>
156
							<tr>
Line 365... Line 365...
365
				</table>
365
				</table>
366
			</div>
366
			</div>
367
";
367
";
368
if (isset($action)){
368
if (isset($action)){
369
	if ($action == 'checkpass'){
369
	if ($action == 'checkpass'){
370
		if (is_file("sql/drivers/$config[sql_type]/functions.php"))
370
		if (is_file("../acc/manager/lib/sql/drivers/$config[sql_type]/functions.php"))
371
			include_once("sql/drivers/$config[sql_type]/functions.php");
371
			include_once("../acc/manager/lib/sql/drivers/$config[sql_type]/functions.php");
372
		else{
372
		else{
373
			echo "<b>Could not include SQL library</b><br>\n";
373
			echo "<b>Could not include SQL library</b><br>\n";
374
			exit();
374
			exit();
375
		}
375
		}
376
	$link = @da_sql_pconnect($config);
376
	$link = @da_sql_pconnect($config);