summaryrefslogtreecommitdiff
path: root/server/index.php
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-04-21 21:51:46 +0200
committerYoggzo <yogg@epsina.com>2016-04-21 21:51:46 +0200
commit3f6af0b6446725462362de94f09daf9a723b130d (patch)
tree2cae5a13c6bd98a236ac147d5e8c7572017af27f /server/index.php
parent94ce37f5175eb6f528d5ad29a446c04d981628f1 (diff)
modification in structure for ip and routers
Diffstat (limited to 'server/index.php')
-rwxr-xr-xserver/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/index.php b/server/index.php
index ac66c95..53a24c4 100755
--- a/server/index.php
+++ b/server/index.php
@@ -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;