1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/bugs.php
2001-09-21 18:30:13 +00:00

4 lines
93 B
PHP

<?php
header("Location: http://bugs.php.net/" . ($QUERY_STRING ? "?$QUERY_STRING" : ""));
?>