We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de8681 commit 23cfe7fCopy full SHA for 23cfe7f
1 file changed
modules/servers/AMP/AMP.php
@@ -177,9 +177,9 @@ function ($table) {
177
'Options' =>
178
[
179
0 => 'Do nothing',
180
- 10 => 'Start instance only',
181
- 20 => 'Start instance and update application',
182
- 30 => 'Full application startup',
+ 1 => 'Start instance only',
+ 2 => 'Start instance and update application',
+ 3 => 'Full instance and application startup',
183
],
184
'Description' => 'Choose one'.$script,
185
),
@@ -733,4 +733,4 @@ function AMP_ClearInstanceFromWHMCS(array $params)
733
} catch (\Exception $e) {
734
return $e->getMessage();
735
}
736
-}
+}
0 commit comments