This website requires JavaScript.
Explore
Help
Sign In
Roblonium
/
roblonium-web
Watch
1
Star
0
Fork
You've already forked roblonium-web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
roblonium-web
/
Game
/
GetCurrentUser.ashx
7 lines
84 B
Plaintext
Raw
Permalink
Blame
History
<?php
if ($_COOKIE["id"] == null) {
echo "null";
}else {
echo $_COOKIE["id"];
}
?>
Reference in New Issue
View Git Blame
Copy Permalink