modification in structure for ip and routers

This commit is contained in:
Yoggzo 2016-04-21 21:51:46 +02:00
parent 94ce37f517
commit 3f6af0b644
7 changed files with 30 additions and 59 deletions

View file

@ -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;