This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
dever-package
/
qrcode
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
b9b1dc190b
Atzari
Tagi
master
qrcode
/
common.php
common.php
98 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
<?php
function reg()
{
$qrcode = new Qrcode\Src\Api();
Dever::reg('qrcode', $qrcode);
}
reg();