Updating URL for fetching calendar data after intranet upgrade.
This commit is contained in:
parent
541c25c184
commit
942371c988
@ -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:
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user