This commit is contained in:
Quinten 2025-10-29 14:30:21 +01:00
parent 50ca9ca876
commit 259b22065e

View File

@ -13,8 +13,6 @@ if (!isset($_SESSION['request_count'])) {
// Increment on each request
$_SESSION['request_count']++;
sleep(8); // Simulate some processing delay
?>
<!DOCTYPE html>
<html lang="en">