pokemon-showdown-client/build-tools/news-embed.php
Guangcong Luo 7732ec78f3 Refactor build tools for readability
(Also fixes the build error.)
2023-11-16 23:50:15 +00:00

6 lines
164 B
PHP

<?php
date_default_timezone_set('America/Los_Angeles');
include __DIR__.'/../pokemonshowdown.com/news/include.php';
echo json_encode([getNewsId(), renderNews()]);