Browse
For agents
About
Secure Passkeys
/
trunk
Secure Passkeys
vtrunk
Switch version
1.3.0
trunk
1.0.0
1.1.0
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
Overview
Code
secure-passkeys
/
bootstrap.php
bootstrap.php
in Secure Passkeys trunk, at bootstrap.php
11 lines
190 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
use
Secure_Passkeys
\
Core
\
Secure_Passkeys_Application
;
4
5
defined
(
'
ABSPATH
'
)
||
exit
;
6
7
require_once
__DIR__
.
'
/autoloader.php
'
;
8
9
$
app
=
new
Secure_Passkeys_Application
(
)
;
10
$
app
->
boot
(
)
;
11