1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-21 06:54:19 +01:00

Close db after finish

This commit is contained in:
Olov Danielson 2010-01-25 15:48:48 +00:00
parent 1076b4e38b
commit 76bd39cd90

View File

@ -3,7 +3,6 @@
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/ykval:/etc/ykval");
require_once 'ykval-db.php';
require_once 'ykval-config.php';
@ -37,7 +36,7 @@ while($row = $result->fetch(PDO::FETCH_ASSOC)){
"\n";
}
$db=null;
?>