X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fnodes%2Finterface.php;fp=planetlab%2Fnodes%2Finterfaces.php;h=9e0abe1a9a273c99e31cf8c5f407329a462ed1ab;hb=19ea00f9f677acff2b94f9c066c2949cc63d435c;hp=9715b56ca47874e5d6f55d1df5a437b9737acbea;hpb=350bb4d9c096b0cfb877fb67ab94ebac753a98a5;p=plewww.git diff --git a/planetlab/nodes/interfaces.php b/planetlab/nodes/interface.php similarity index 99% rename from planetlab/nodes/interfaces.php rename to planetlab/nodes/interface.php index 9715b56..9e0abe1 100644 --- a/planetlab/nodes/interfaces.php +++ b/planetlab/nodes/interface.php @@ -98,7 +98,7 @@ drupal_set_title($node['hostname']); include 'plc_header.php'; // Start form -$action= "interfaces.php"; +$action= "interface.php"; if( isset( $id ) ) { $action.= "?id=" . $interface['interface_id']; }