Updating URL for fetching calendar data after intranet upgrade.

This commit is contained in:
Jason Williams 2019-02-07 19:32:27 -07:00
parent 541c25c184
commit 942371c988
1 changed files with 1 additions and 1 deletions

View File

@ -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:
?>