Merge branch 'dev' of https://github.com/OpzekerIT/pubg into dev

This commit is contained in:
Lanta 2023-09-26 20:24:31 +02:00
commit 79e74fc66b

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>
'); ');