Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
898c33f3
Commit
898c33f3
authored
May 15, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
2b9c85c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/quickvm_sup.php
View file @
898c33f3
...
...
@@ -229,7 +229,7 @@ function SPITAJAX_RESPONSE($value)
function
SPITAJAX_ERROR
(
$code
,
$msg
)
{
$results
=
array
(
'code'
=>
code
,
'code'
=>
$
code
,
'value'
=>
$msg
);
echo
json_encode
(
$results
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment