Update website
This commit is contained in:
parent
41ce1aa076
commit
ea0eb1c6e0
4222 changed files with 721797 additions and 14 deletions
18
admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Verifier.php
vendored
Normal file
18
admin/phpMyAdmin/vendor/web-auth/cose-lib/src/Verifier.php
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* The MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014-2021 Spomky-Labs
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Cose;
|
||||
|
||||
class Verifier
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue