Source de bash.php

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