Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2163 → Rev 2164

/web/pass/sql/drivers/mysql/functions.php
File deleted
/web/pass/index.php
148,7 → 148,7
<div id=\"contenu_acces\">
<form name=\"master\" action=\"$current_page\" method=\"post\">
<input type=hidden name=action value=checkpass>
<table id=\"champs_pass\" border=\"1\">
<table id=\"champs_pass\" border=\"0\">
<tr>
<td class=\"first_item\">$R_form_l1</td>
<td><input type=\"text\" name=\"login\" value=\"\" label=\"test\"></td>
367,8 → 367,8
";
if (isset($action)){
if ($action == 'checkpass'){
if (is_file("sql/drivers/$config[sql_type]/functions.php"))
include_once("sql/drivers/$config[sql_type]/functions.php");
if (is_file("../acc/manager/lib/sql/drivers/$config[sql_type]/functions.php"))
include_once("../acc/manager/lib/sql/drivers/$config[sql_type]/functions.php");
else{
echo "<b>Could not include SQL library</b><br>\n";
exit();