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:
parent
1076b4e38b
commit
76bd39cd90
@ -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;
|
||||
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user