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
63177b2b
Commit
63177b2b
authored
May 06, 2005
by
Mike Hibler
Browse files
Nit: missing exit() call when no nodes exist
parent
eaccade0
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/nodecontrol_list.php3
View file @
63177b2b
...
...
@@ -303,6 +303,7 @@ $query_result =
if
(
mysql_num_rows
(
$query_result
)
==
0
)
{
echo
"<center>Oops, no nodes to show you!</center>"
;
PAGEFOOTER
();
exit
();
}
#
...
...
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