diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-04-26 23:37:10 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-04-26 23:37:10 +0200 |
| commit | a845b20ee91cd6aa9981551206aec1a85dd407f8 (patch) | |
| tree | c5451bd27c727e0937871f86856ec1a22c7f84ef /server/index.php | |
| parent | 91b6918ef3f830c46eac5aa0249edb7f52ba87cd (diff) | |
| parent | 477dc821824b422c11d0d34b644de4b68a596510 (diff) | |
Merge branch 'loic' into loic-image-edition
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; |
