mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-24 23:30:37 -05:00
This fixes up the last few remaining issues; from here on out, pokemonshowdown.com should be served from `website/` with no known problems.
6 lines
157 B
PHP
6 lines
157 B
PHP
<?php
|
|
date_default_timezone_set('America/Los_Angeles');
|
|
include __DIR__.'/../website/news/include.php';
|
|
|
|
echo json_encode(array(getNewsId(), renderNews()));
|