not sure why this was missing
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 17 Jun 2009 21:04:19 +0000 (21:04 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 17 Jun 2009 21:04:19 +0000 (21:04 +0000)
planetlab/includes/plc_functions.php

index cd78d8a..b1ce672 100644 (file)
@@ -69,6 +69,7 @@ function l_actions ()                 { return "/db/common/actions.php"; }
 function l_actions_download ()         { return "/db/nodes/node_downloads.php"; }
 function l_register_node ()            { return "/registerwizard/index.php"; }
 function l_pcu_add ()                  { return "/registerwizard/index.php/register/stage1_addpcu"; }
+function l_pcu ($pcu_id)               { return "/db/sites/pcu.php?id=$pcu_id"; }
 
 function l_nodes ()                    { return "/db/nodes/index.php"; }
 function l_nodes_peer ($peer_id)       { return "/db/nodes/index.php?peerscope=$peer_id"; }