mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Version 2.3.2
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com> Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -8,7 +8,7 @@ Profile
|
||||
{% block script %}
|
||||
$(function(){
|
||||
$('#qrcode').qrcode({
|
||||
text: 'https://opwngrid.xyz/search/{{ fingerprint }}',
|
||||
text: 'https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}',
|
||||
render: 'div',
|
||||
mode: 0,
|
||||
size: 400,
|
||||
@ -25,7 +25,7 @@ $(function(){
|
||||
|
||||
<label for="fingerprint">Fingerprint</label>
|
||||
<h4 id="fingerprint">
|
||||
<a href="https://opwngrid.xyz/search/#{{ fingerprint }}" target="_blank">{{ fingerprint }}</a>
|
||||
<a href="https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}" target="_blank">{{ fingerprint }}</a>
|
||||
</h4>
|
||||
<div id="qrcode"></div>
|
||||
|
||||
|
Reference in New Issue
Block a user