Skip to content
Snippets Groups Projects
Commit a512a995 authored by Chris Heitkamp / SuperVirus's avatar Chris Heitkamp / SuperVirus Committed by Chris Heitkamp
Browse files

Added member count, issue_mail

parent 7f8ffac4
No related branches found
No related tags found
No related merge requests found
<?php <?php
$memberCount = 48;
header('Content-Type: application/json'); header('Content-Type: application/json');
header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Origin: *');
header('Cache-Control: no-cache'); header('Cache-Control: no-cache');
...@@ -54,9 +57,10 @@ ...@@ -54,9 +57,10 @@
'email' => 'office@warpzone.ms', 'email' => 'office@warpzone.ms',
'irc' => 'irc://irc.freenode.net/#warpzone', 'irc' => 'irc://irc.freenode.net/#warpzone',
'ml' => 'warpzone@warpzone.ms', 'ml' => 'warpzone@warpzone.ms',
'issue_mail' => base64_encode('spaceapi@warpzone.ms'),
), ),
'issue_report_channels' => Array( 'issue_report_channels' => Array(
'email', 'issue_mail',
), ),
'state' => Array( 'state' => Array(
'open' => $wankerTuerOffen, 'open' => $wankerTuerOffen,
...@@ -66,6 +70,11 @@ ...@@ -66,6 +70,11 @@
), ),
), ),
'sensors' => Array( 'sensors' => Array(
'total_member_count' => Array(
Array(
'value' => $memberCount,
),
),
'temperature' => Array( 'temperature' => Array(
Array( Array(
'value' => $wankerTempLounge, 'value' => $wankerTempLounge,
......
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