summaryrefslogtreecommitdiff
path: root/server/index.php
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes.home>2016-04-20 09:10:28 +0200
committerLoic GUEGAN <loic@Manzerbredes.home>2016-04-20 09:10:28 +0200
commita5fb35e17ee27a21cc925a12ac937a763c61056d (patch)
treee0daa3527beb044ac601b2430165c81a0027db56 /server/index.php
parent7a587387aab354e8101dc04ee54c78ab4b036617 (diff)
parent71794b98c560fa7904a4b3550a21b64ec6cd9339 (diff)
Merge branch 'loic' into loic-image-edition
Diffstat (limited to 'server/index.php')
-rwxr-xr-xserver/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/index.php b/server/index.php
index d6b0329..ac66c95 100755
--- a/server/index.php
+++ b/server/index.php
@@ -52,6 +52,13 @@
$computeObject->action($action);
$App->show();
break;
+
+ case "floatingip":
+ include_once("core/FloatingIp.php");
+ $computeObject = new floatingIp($App);
+ $computeObject->action($action);
+ $App->show();
+ break;
}
}else{