Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2159 → Rev 2160

/web/pass/index.php
365,15 → 365,14
</table>
</div>
";
 
if (is_file("sql/drivers/$config[sql_type]/functions.php"))
include_once("sql/drivers/$config[sql_type]/functions.php");
else{
echo "<b>Could not include SQL library</b><br>\n";
exit();
}
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");
else{
echo "<b>Could not include SQL library</b><br>\n";
exit();
}
$link = @da_sql_pconnect($config);
if ($link){
$res = @da_sql_query($link,$config,