mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
4 lines
93 B
PHP
4 lines
93 B
PHP
<?php
|
|
header("Location: http://bugs.php.net/" . ($QUERY_STRING ? "?$QUERY_STRING" : ""));
|
|
?>
|