Source de gnu.php

<?
header
('Location: http://'.$_SERVER['HTTP_HOST']
                      .
'/cours'.$_SERVER["PHP_SELF"], true301);
exit;
?>