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