fix bug in javascript : document.onload does not exists, window.onload was the one...
[platal.git] / htdocs.net / fiche.php
1 <?php
2 require 'xnet.inc.php';
3 redirect("https://www.polytechnique.org/fiche.php?user=".$_GET['user']);
4 ?>