Skip to content
Snippets Groups Projects
Commit 7008c3d4 authored by Chris Heitkamp aka SuperVirus's avatar Chris Heitkamp aka SuperVirus
Browse files

Updated member count, address

parent d1b0e053
No related branches found
No related tags found
No related merge requests found
<?php <?php
$memberCount = 48; $memberCount = 60;
header('Content-Type: application/json'); header('Content-Type: application/json');
header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Origin: *');
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
$data = Array( $data = Array(
'api' => '0.13', 'api' => '0.13',
'space' => 'Warpzone', 'space' => 'warpzone',
'logo' => 'https://www.warpzone.ms/api/warpzone_logo.png', 'logo' => 'https://www.warpzone.ms/api/warpzone_logo.png',
'url' => 'https://www.warpzone.ms', 'url' => 'https://www.warpzone.ms',
'feeds' => Array( 'feeds' => Array(
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
), ),
), ),
'location' => Array( 'location' => Array(
'address' => 'Warpzone e.V., Am Hawerkamp 31, 48155 Münster, Germany', 'address' => 'warpzone e.V., Haus G, Am Hawerkamp 31, 48155 Münster, Germany',
'lon' => 7.638216, 'lon' => 7.638216,
'lat' => 51.943376, 'lat' => 51.943376,
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment