This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Omnimaga
/
OmnomIRC-node
mirror of
[email protected]
:Omnimaga/OmnomIRC-node.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
3c37c11c08
Branches
Tags
client
irc
master
plugins
OmnomIRC-node
/
omnomirc_www
/
sign.php
sign.php
88 B
History
Raw
1
2
3
4
5
<?php
include_once("Source/sign.php");
echo base64_url_encode(sign($_GET['usr']));
?>