projets
/
auf_bulletin.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
print
[auf_bulletin.git]
/
test.php
1
<
?php
2
3
$user
=
$_GET
[
"id"
];
4
$page
=
'http://www.savoirsenpartage.auf.org/faun/auteurs/'
.
$user
;
5
$alors
=
file_get_contents
(
$page
);
6
echo
$alors
;
7
/*change*/
8
9
?
>