modification in structure for ip and routers
This commit is contained in:
parent
94ce37f517
commit
3f6af0b644
7 changed files with 30 additions and 59 deletions
|
@ -53,9 +53,9 @@
|
|||
$App->show();
|
||||
break;
|
||||
|
||||
case "floatingip":
|
||||
include_once("core/FloatingIp.php");
|
||||
$computeObject = new floatingIp($App);
|
||||
case "networkLayer3":
|
||||
include_once("core/NetworkLayer3.php");
|
||||
$computeObject = new networkLayer3($App);
|
||||
$computeObject->action($action);
|
||||
$App->show();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue