projets
/
auf_bulletin.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
print
[auf_bulletin.git]
/
test.php
Commit
Line
Data
314c311a
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;
774abb7e
7
/*change*/
314c311a
8
9
?>