summaryrefslogtreecommitdiff
path: root/server/core/Compute.php
diff options
context:
space:
mode:
authorEoleDev <EoleDev@outlook.fr>2016-03-15 23:45:19 +0100
committerEoleDev <EoleDev@outlook.fr>2016-03-15 23:45:19 +0100
commit11dc33c440f97410a2358f7e615d2adc5e69f072 (patch)
treef487538facedebd318a9e9b6a187f2f20e937cc7 /server/core/Compute.php
parent85b5ebaa182ae8897d825638a2c9b103d7e88eca (diff)
Error / Conflict Correction
Diffstat (limited to 'server/core/Compute.php')
-rwxr-xr-x[-rw-r--r--]server/core/Compute.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/Compute.php b/server/core/Compute.php
index 37fc8ad..b658580 100644..100755
--- a/server/core/Compute.php
+++ b/server/core/Compute.php
@@ -269,7 +269,7 @@ class compute
$imageId = $this->app->getPostParam("imageId");
$newName = $this->app->getPostParam("newName");
$adminPass = $this->app->getPostParam("adminPass");
- if(!isset($serverId)|| !isset($imageId) || isset($newName) || isset($adminPass)) ){
+ if(!isset($serverId)|| !isset($imageId) || isset($newName) || isset($adminPass)) {
$this->app->setOutput("Error", "You'll have to provide server ID and the new image, name and admin password!");
return;
}