File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22
33// =============================================================================
4- // This majority of this part of the code is usually handled by your framework
4+ // The majority of this part of the code is usually handled by your framework
55// -----------------------------------------------------------------------------
66session_start ();
77ob_start ();
3636
3737
3838// =============================================================================
39- // Create the Authorization Server provided by the PDS Interop package
39+ // Create the Authorization Server
4040// -----------------------------------------------------------------------------
4141$ keyPath = dirname (__DIR__ ) . '/tests/fixtures/keys ' ;
4242$ encryptionKey = file_get_contents ($ keyPath . '/encryption.key ' );
You can’t perform that action at this time.
0 commit comments