projects
/
platal.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6d0505797dfe79b1339b197dbb7d1bd5ab2a7ad5
[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
?
>