This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
Omnimaga
/
OmnomIRC-node
oglindă de
git@github.com:Omnimaga/OmnomIRC-node.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
b3b7cb360d
Ramuri
Etichete
client
irc
master
plugins
OmnomIRC-node
/
omnomirc_www
/
sign.php
sign.php
88 B
Istoric
Crud
1
2
3
4
5
<?php
include_once
(
"Source/sign.php"
);
echo
base64_url_encode(sign($_GET[
'usr'
]));
?>