From 22eb47320827068e6f2693d9616e94fe01a67223 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Thu, 7 Feb 2019 19:44:10 -0700 Subject: [PATCH] Correcting previous commit. Maybe this will teach me to test before I promote to production? --- www/where/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/where/index.php b/www/where/index.php index cdbcf7b..c148cd7 100644 --- a/www/where/index.php +++ b/www/where/index.php @@ -28,7 +28,7 @@ $context = stream_context_create($options); header('Content-Type: application/json'); - echo file_get_contents("http://192.168.0.25/stuff/calendar.php?location", false, $context); + echo file_get_contents("http://192.168.0.25/stuff/display/calendar.php?location", false, $context); else: ?>