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
a29969cf
Commit
a29969cf
authored
Jun 16, 2004
by
Leigh B. Stoller
Browse files
Add another table to delete from when killing a widearea node.
parent
cfa39f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/wideareakeys.php3
View file @
a29969cf
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -102,6 +102,7 @@ if (isset($deletekey)) {
DBQueryFatal
(
"delete from nodes where phys_nodeid='
$nodeid
'"
);
DBQueryFatal
(
"delete from node_status where node_id='
$nodeid
'"
);
DBQueryFatal
(
"delete from reserved where node_id='
$nodeid
'"
);
DBQueryFatal
(
"delete from node_auxtypes where node_id='
$nodeid
'"
);
}
header
(
"Location: wideareakeys.php3"
);
}
...
...
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