X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fnodes%2Fnode.php;h=61c9db4a1e0869692e21cbb1293158a95f5b3ef4;hb=f8c3df6c7afdeed9564c9efec42baaf97fc5ba2a;hp=220f508c2877be52eaf313aac887e83b80da6d30;hpb=b9c88ef1d81730922317338a3e774d987ce1889d;p=plewww.git diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index 220f508..61c9db4 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -23,7 +23,7 @@ require_once 'plc_objects.php'; // -------------------- // recognized URL arguments -$node_id=intval($_GET['id']); +$node_id=intval(get_array($_GET, 'id')); if ( ! $node_id ) { plc_error('Malformed URL - id not set'); return; } ////////////////////