mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.6h
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
function getStatus()
|
||||
{
|
||||
$client = new GuzzleHttp\Client();
|
||||
$incidents = $client->get('https://status.c-cms.cf/api/v1/incidents');
|
||||
$incidents = $client->get('https://status.exvps.ca/api/v1/incidents');
|
||||
|
||||
$isBroken = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user