pokemon-showdown-client/build-tools/news-data.php
Guangcong Luo 55b57799c0 Finish migrating website repository
This fixes up the last few remaining issues; from here on out,
pokemonshowdown.com should be served from `website/` with no
known problems.
2020-07-27 21:03:31 -04:00

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()));