Correcting previous commit. Maybe this will teach me to test before I promote to production?

This commit is contained in:
Jason Williams 2019-02-07 19:44:10 -07:00
parent 942371c988
commit 22eb473208
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/stuff/calendar.php?location", false, $context);
echo file_get_contents("http://192.168.0.25/stuff/display/calendar.php?location", false, $context);
else:
?>