From 942371c988949062cb13e9ac0b23edfe28ce1396 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Thu, 7 Feb 2019 19:32:27 -0700 Subject: [PATCH] Updating URL for fetching calendar data after intranet upgrade. --- 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 7a4a443..cdbcf7b 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/public/pages/display/calendar.php?location", false, $context); + echo file_get_contents("http://192.168.0.25/stuff/calendar.php?location", false, $context); else: ?>