From a4ccfc6dfdffb2c67ce30af562c17936459bfc78 Mon Sep 17 00:00:00 2001 From: Matthew McTague Date: Tue, 17 Oct 2023 10:36:00 +1300 Subject: [PATCH] Fixed output directory --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index 2fe28be..e5eb437 100644 --- a/config.inc.php +++ b/config.inc.php @@ -24,6 +24,6 @@ $grid_snap_value = 0; // set non-zero to snap to a grid of that spacing -$basehref='/plugins/weathermap/'; +$basehref='/plugins/weathermap/output/';