Add newsaboutweather

This commit is contained in:
John Alanbrook 2022-11-03 17:55:29 +00:00
parent 59af0602f3
commit a54b50dce8

View file

@ -1,6 +1,7 @@
<?php <?php
require "parsedown.php"; require "parsedown.php";
if (file_exists("site.json")) { if (file_exists("site.json")) {
$site = json_decode(file_get_contents("site.json"), true); $site = json_decode(file_get_contents("site.json"), true);
} }