Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
CHENSEN
/
csapi
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
1bd51bedca
Branchit
Tagit
feat/geek/migrate-data
geek/feat/add-config
geek/feat/vk-live
master
test
v1.0.0
csapi
/
application
/
index
/
view
/
wechat
/
oauth2.php
oauth2.php
88 B
Historia
Raaka
1
2
3
4
5
6
7
<?php
if (isset($_GET['code'])){
echo $_GET['code'];
}else{
echo "NO CODE";
}
?>