mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
translation missing
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user