status.php: use HTTPS for links
This commit is contained in:
parent
cb48fa98b0
commit
94cdb612a1
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
||||||
{
|
{
|
||||||
"api_compatibility":["14"],
|
"api_compatibility":["14"],
|
||||||
"space":"IT-Syndikat",
|
"space":"IT-Syndikat",
|
||||||
"logo":"http://it-syndikat.org/api/images/its_l.png",
|
"logo":"https://it-syndikat.org/api/images/its_l.png",
|
||||||
"url":"http://it-syndikat.org",
|
"url":"https://it-syndikat.org",
|
||||||
"location":{
|
"location":{
|
||||||
"address":"Tschamlerstrasse 3, 6020 Innsbruck, Austria",
|
"address":"Tschamlerstrasse 3, 6020 Innsbruck, Austria",
|
||||||
"lat":47.2578,
|
"lat":47.2578,
|
||||||
|
@ -19,8 +19,8 @@
|
||||||
"open":$open,
|
"open":$open,
|
||||||
"lastchange":$date,
|
"lastchange":$date,
|
||||||
"icon":{
|
"icon":{
|
||||||
"open":"http://it-syndikat.org/api/images/ITS_Open.png",
|
"open":"https://it-syndikat.org/api/images/ITS_Open.png",
|
||||||
"closed":"http://it-syndikat.org/api/images/ITS_Closed.png"
|
"closed":"https://it-syndikat.org/api/images/ITS_Closed.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contact":{
|
"contact":{
|
||||||
|
|
Reference in a new issue