mirror of
https://github.com/pi-hole/web.git
synced 2026-04-22 01:39:50 +01:00
Add API Token in Text
This commit is contained in:
@@ -11,6 +11,8 @@ if($auth)
|
||||
require_once("../../vendor/qrcode.php");
|
||||
$qr = QRCode::getMinimumQRCode($pwhash, QR_ERROR_CORRECT_LEVEL_Q);
|
||||
$qr->printHTML("10px");
|
||||
print($pwhash);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user