This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Omnimaga
/
OmnomIRC-node
mirror of
[email protected]
:Omnimaga/OmnomIRC-node.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
3c37c11c08
Branches
Tags
client
irc
master
plugins
OmnomIRC-node
/
omnomirc_www
/
sign.php
sign.php
88 B
Lịch sử
Raw
1
2
3
4
5
<?php
include_once("Source/sign.php");
echo base64_url_encode(sign($_GET['usr']));
?>