Skip to content

Commit

Permalink
Merge branch 'feature/testserver-improvements' into develop
Browse files Browse the repository at this point in the history
* feature/testserver-improvements:
  TestServer: add footer with a little Tiqr project info
  TestServer: Allow users to override selected configuration options
  Change more TestServer log statements to use the PSR logger
  APNS2: Log openssl errors when APNS certificate cannot be parsed
  TestServer: Add option to view logfile from the web UI
  TestServer: log error and stop when config file cannot be parsed
  Add script to push Docker TestServer image as latest
  Pull baseimage before build
  Use new Docker ENV syntax
  • Loading branch information
pmeulen committed Aug 2, 2024
2 parents fb05c0d + 587fc02 commit afb0578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestServer/TestServerView.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public function ShowRoot($args = array()) : void {
$this->begin();
echo <<<HTML
<h1>Tiqr Test Server</h1>
<p>Hi!</p>
<p>This is a Tiqr TestServer. The TestServer is used for testing tiqr clients (i.e. a smartphone app that supports the Tiqr protocol).</p>
<a>Here you can <a href="/start-enrollment">enroll a new user</a> and <a href="/start-authenticate">authenticate any existing user</a> or <a href="/list-users">select a specific user to authenticate</a>.</p>
Expand All @@ -26,7 +27,6 @@ public function ShowRoot($args = array()) : void {
<li><a href="/show-logs">Show logs</a></li>
<li><a href="/show-config">Show config</a></li>
</ul>
HTML;
$this->end();
}
Expand Down

0 comments on commit afb0578

Please sign in to comment.