server: restore compatibility with spaceapi v13
Apparently this is still required for some clients.
This commit is contained in:
parent
638f714129
commit
bb528b7de7
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
$date=$arr[1]; //lastchange: upadate via file see explode/implode
|
$date=$arr[1]; //lastchange: upadate via file see explode/implode
|
||||||
echo <<< eot
|
echo <<< eot
|
||||||
{
|
{
|
||||||
|
"api":"0.13",
|
||||||
"api_compatibility":["14"],
|
"api_compatibility":["14"],
|
||||||
"space":"IT-Syndikat",
|
"space":"IT-Syndikat",
|
||||||
"logo":"https://it-syndikat.org/api/images/its_l.png",
|
"logo":"https://it-syndikat.org/api/images/its_l.png",
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
"email":"wir@it-syndikat.org",
|
"email":"wir@it-syndikat.org",
|
||||||
"matrix":"#lobby:it-syndik.at"
|
"matrix":"#lobby:it-syndik.at"
|
||||||
},
|
},
|
||||||
|
"issue_report_channels":["email"],
|
||||||
"membership_plans":[
|
"membership_plans":[
|
||||||
{
|
{
|
||||||
"name": "Normal membership",
|
"name": "Normal membership",
|
||||||
|
|
Reference in a new issue