mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-25 16:14:01 -05:00
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!
8 lines
153 B
PHP
8 lines
153 B
PHP
<?php
|
|
|
|
require '../../lib/ntbb-session.lib.php';
|
|
|
|
echo ']' . ($curuser['loggedin'] ? $curuser['userid'] : '') . ',';
|
|
|
|
echo $users->isSysop() ? '1' : '';
|