pokemon-showdown-client/website/replays/check-login.php
Guangcong Luo 689531d3b4 New Replays: Support private replays & more
The headline feature here is that we now support being logged in and
searching for private replays. We also have a new button to instantly
find your own replays.

Also here is the basics of HTML5 history support. It's the first step
to having the two-column layout up and running!
2023-10-29 04:51:14 +00:00

8 lines
153 B
PHP

<?php
require '../../lib/ntbb-session.lib.php';
echo ']' . ($curuser['loggedin'] ? $curuser['userid'] : '') . ',';
echo $users->isSysop() ? '1' : '';