diff --git a/Web/back-end.php b/Web/back-end.php index bf701b7..df60abc 100644 --- a/Web/back-end.php +++ b/Web/back-end.php @@ -1,11 +1,10 @@ /metrics'; //your URL -$username = ''; //leave empty // Retrieve an API key from the UptimeKuma dashboard here /settings/api-keys $password = '***************'; //your API key - +$username = ''; //leave empty // Initialize a new cURL session $ch = curl_init($url);