git://git.onelab.eu
/
plewww.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
slice view: show only tags with '/ui' in their category
[plewww.git]
/
planetlab
/
peers
/
index.php
1
<?php
2
3
// $Id$
4
5
// Require login
6
require_once 'plc_login.php';
7
require_once 'plekit-utils.php';
8
9
if (get_array($_GET, 'id')) require ('peer.php') ;
10
else require ('peers.php');
11
12
?>