mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
We no longer have the relevant Githook for automatic building, so putting it in `githooks/` no longer makes much sense. It's now manually called with a build script `./build`, like other PS websites (most notably PSDex and the damagecalc).
6 lines
172 B
PHP
6 lines
172 B
PHP
<?php
|
|
date_default_timezone_set('America/Los_Angeles');
|
|
include __DIR__.'/../../pokemonshowdown.com/news/include.php';
|
|
|
|
echo json_encode(array(getNewsId(), renderNews()));
|