Intro_basicos_HTML_CSS/php/index2.php
2024-01-16 13:08:58 -03:00

6 lines
120 B
PHP

<?php echo date("d-m-Y");
header("Status: 200 Entrando");
header("Location: http://jp.letz.dev/world/c.html");
exit;
?>