Update ratelimiter.php

This commit is contained in:
gr00tie 2023-09-26 19:54:40 +02:00 committed by GitHub
parent cf9b22436a
commit 0fb36517f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ if (count($_SESSION['access_times']) > $allowed_refreshes) {
<title>RustAGHH</title> <title>RustAGHH</title>
</head> </head>
<body> <body>
<p>RUSTAAAGGHHHH je mag de pagina niet vaker dan ' . $allowed_refreshes . 'x per ' . $allowed_time . ' seconde refreshen. Over een paar seconde word je weet terug geleid</p> <p>RUSTAAAGGHHHH je mag de pagina niet vaker dan ' . $allowed_refreshes . 'x per ' . $allowed_time . ' seconde refreshen. Over een paar seconden wordt je weer teruggeleid.</p>
</body> </body>
</html> </html>
'); ');