We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8833d7 commit 2304531Copy full SHA for 2304531
www/idp/index.php
@@ -10,6 +10,10 @@
10
use Pdsinterop\PhpSolid\Api\Account;
11
use Pdsinterop\PhpSolid\Api\Solid;
12
13
+ use Pdsinterip\PhpSolid\User;
14
+ use Pdsinterip\PhpSolid\IpAttempts;
15
+ use Pdsinterip\PhpSolid\JtiStore;
16
+
17
$request = explode("?", $_SERVER['REQUEST_URI'], 2)[0];
18
$method = $_SERVER['REQUEST_METHOD'];
19
0 commit comments