translation missing

This commit is contained in:
Leonardo Lara Rodrigues
2025-06-03 17:01:44 -03:00
parent c70a926402
commit 4bff5f6cca

View File

@@ -1837,7 +1837,7 @@ Press Ctrl-C to quit
<?php
// router.php
if (preg_match('/\.(?:png|jpg|jpeg|gif)$/', $_SERVER["REQUEST_URI"])) {
return false; // serve the requested resource as-is.
return false; // serve o recurso requisitado sem modificação.
} else {
echo "<p>Welcome to PHP</p>";
}