diff options
| author | Yoggzo <yogg@epsina.com> | 2016-04-21 21:51:46 +0200 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-04-21 21:51:46 +0200 |
| commit | 3f6af0b6446725462362de94f09daf9a723b130d (patch) | |
| tree | 2cae5a13c6bd98a236ac147d5e8c7572017af27f /server/index.php | |
| parent | 94ce37f5175eb6f528d5ad29a446c04d981628f1 (diff) | |
modification in structure for ip and routers
Diffstat (limited to 'server/index.php')
| -rwxr-xr-x | server/index.php | 6 |
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; |
