summaryrefslogtreecommitdiff
path: root/server/index.php
diff options
context:
space:
mode:
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;