This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
dever-package
/
qrcode
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b9b1dc190b
Rami (Branch)
Tag
master
qrcode
/
common.php
common.php
98 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
<?php
function reg()
{
$qrcode = new Qrcode\Src\Api();
Dever::reg('qrcode', $qrcode);
}
reg();