Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/Common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Common.php b/core/Common.php
index 44d9e2cfdf..95bc22d5d6 100644
--- a/core/Common.php
+++ b/core/Common.php
@@ -1137,6 +1137,7 @@ class Common
401 => 'Unauthorized',
403 => 'Forbidden',
404 => 'Not Found',
+ 429 => 'Too Many Requests',
500 => 'Internal Server Error',
503 => 'Service Unavailable',
);