more inline updates & cleaned up tags
[plewww.git] / planetlab / nodes / interface.php
similarity index 99%
rename from planetlab/nodes/interfaces.php
rename to planetlab/nodes/interface.php
index 9715b56..9e0abe1 100644 (file)
@@ -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'];
 }