This commit is contained in:
codemasher
2018-09-19 14:58:33 +02:00
parent 1c3827091d
commit fb2c574b64
2 changed files with 0 additions and 50 deletions
-17
View File
@@ -1,17 +0,0 @@
<?php
/**
*
* @filesource authenticator.php
* @created 24.12.2017
* @author Smiley <smiley@chillerlan.net>
* @copyright 2017 Smiley
* @license MIT
*/
namespace chillerlan\QRCodeExamples;
require_once '../vendor/autoload.php';
header('Content-type: image/svg+xml');
echo (new MyAuthenticatorClass)->getQRCode();